summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-09 13:45:46 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-10 06:06:36 +0200
commit429424f366cb7f04cd1f8c5ba294ec1faa903d54 (patch)
tree2dc6d7cd136fc020cbe614fa9da8a686fcfca04b /util
parentbed95b22c3433d8477f6883dac471c27fcad9307 (diff)
downloadcoreboot-429424f366cb7f04cd1f8c5ba294ec1faa903d54.tar.xz
buildgcc: fix compilation of IASL
IASL was broken when compiling without GCC. Change-Id: Ib859ce41c1dda10181781c025fc378504f5ebb91 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/10495 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <edward.ocallaghan@koparo.com>
Diffstat (limited to 'util')
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 77f22489f9..71107e82ba 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -562,8 +562,8 @@ fi
# Set up host compiler and flags needed for various OSes
-if [[ "$PACKAGES" == *GCC* ]]; then
CC=cc
+if [[ "$PACKAGES" == *GCC* ]]; then
if [ $UNAME = "Darwin" ]; then
#GCC_OPTIONS="$GCC_OPTIONS --enable-threads=posix"