From 22f9423e53396691197de52155584bee0a0b8262 Mon Sep 17 00:00:00 2001 From: jljusten Date: Tue, 8 Nov 2011 00:39:05 +0000 Subject: EmulatorPkg, OvmfPkg: Remove debug code in build.sh This debug code causes the build.sh script to exit immediately for systems with GCC 4.4. Signed-off-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12666 6f19259b-4bc3-4df7-8a09-765794883524 --- EmulatorPkg/build.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'EmulatorPkg') diff --git a/EmulatorPkg/build.sh b/EmulatorPkg/build.sh index ecf56e6402..111619fa47 100755 --- a/EmulatorPkg/build.sh +++ b/EmulatorPkg/build.sh @@ -92,7 +92,6 @@ case `uname` in ;; *) TARGET_TOOLS=GCC44 - exit 1 ;; esac ;; -- cgit v1.2.3