From 18e33c254e32c90dff3fb3b8058882599561abe3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 4 Feb 2003 12:37:32 +0000 Subject: Support building a gcc-2.95 toolchain instead --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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... -- cgit v1.2.3-55-g7522