diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-08 00:39:05 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-08 00:39:05 +0000 |
commit | 22f9423e53396691197de52155584bee0a0b8262 (patch) | |
tree | b90295e21adc483c92c79d308b1617a895c87a3e | |
parent | 6ba8465fc3d08bc34b2c94d9d634108b97d5a14a (diff) | |
download | edk2-platforms-22f9423e53396691197de52155584bee0a0b8262.tar.xz |
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
-rwxr-xr-x | EmulatorPkg/build.sh | 1 | ||||
-rwxr-xr-x | OvmfPkg/build.sh | 1 |
2 files changed, 0 insertions, 2 deletions
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 ;; diff --git a/OvmfPkg/build.sh b/OvmfPkg/build.sh index 498db6203d..28c7d38313 100755 --- a/OvmfPkg/build.sh +++ b/OvmfPkg/build.sh @@ -77,7 +77,6 @@ case `uname` in ;; *) TARGET_TOOLS=GCC44 - exit 1 ;; esac esac |