summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2003-02-04 13:37:32 +0100
committerEric Andersen2003-02-04 13:37:32 +0100
commit18e33c254e32c90dff3fb3b8058882599561abe3 (patch)
tree7964842859de8884d516fbf98cf4d08163c25256 /Makefile
parentBe extra sure that /etc/init.d/S30pcmcia is executable (diff)
downloadbuildroot-18e33c254e32c90dff3fb3b8058882599561abe3.tar.gz
buildroot-18e33c254e32c90dff3fb3b8058882599561abe3.tar.xz
buildroot-18e33c254e32c90dff3fb3b8058882599561abe3.zip
Support building a gcc-2.95 toolchain instead
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 382c8b180..923b6c8cb 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,11 @@ ARCH:=i386
# enable to build a native gcc toolchain with uclibc support
USE_UCLIBC_TOOLCHAIN:=true
+# If you are building a native gcc toolchain, do you want to
+# build the old gcc-2.95 based toolchain, or would you prefer
+# a nice and shiny new gcc-3.2.1 toolchain?
+GCC_2_95_TOOLCHAIN:=false
+
# Enable this to use the uClibc daily snapshot instead of a released
# version. Daily snapshots may contain new features and bugfixes. Or
# they may not even compile at all, depending on what Erik is doing...