summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2011-06-10 01:25:42 -0400
committerDJ Delorie <dj@delorie.com>2011-06-10 01:25:42 -0400
commit41111535abd8fb25e1037309e1153458f1d29f41 (patch)
tree3061360fa38f2f3c12446ccd107f20655f975dd5
parent1d561a15ef978bed89c4aaa08c2036ae1960124b (diff)
downloadbootstrap-41111535abd8fb25e1037309e1153458f1d29f41.tar.gz
bootstrap-41111535abd8fb25e1037309e1153458f1d29f41.tar.xz
bootstrap-41111535abd8fb25e1037309e1153458f1d29f41.zip
Clear various environment variablesjcm-fixes
CC CXX CFLAGS CXXFLAGS AR LD AS
-rwxr-xr-xstage18
1 files changed, 8 insertions, 0 deletions
diff --git a/stage1 b/stage1
index 1712542..71d66bf 100755
--- a/stage1
+++ b/stage1
@@ -73,6 +73,14 @@ fi
test x"$ERROR" = x"1" && exit 1
+unset CC
+unset CXX
+unset CFLAGS
+unset CXXFLAGS
+unset AR
+unset LD
+unset AS
+
# ------------------------------------------------------------
echo