diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-15 23:10:03 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-15 23:16:55 +0200 |
commit | 5fd095b3748115d7cbe89524332e4b310550b7c3 (patch) | |
tree | c0cd0d9cf49956b73afe3b3b90e79106044f8102 /toolchain/gcc/Makefile.in | |
parent | 144e4ed085d67b46cb0ce9c1c45794bce3c8cb99 (diff) | |
download | buildroot-novena-5fd095b3748115d7cbe89524332e4b310550b7c3.tar.gz buildroot-novena-5fd095b3748115d7cbe89524332e4b310550b7c3.zip |
toolchain: remove gcc 4.1.2 and non-sysroot support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gcc/Makefile.in')
-rw-r--r-- | toolchain/gcc/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/toolchain/gcc/Makefile.in b/toolchain/gcc/Makefile.in index 23b5c7339..19c97d135 100644 --- a/toolchain/gcc/Makefile.in +++ b/toolchain/gcc/Makefile.in @@ -1,8 +1,7 @@ # gcc has a bunch of options that need to be shared with -# both gcc-uclibc-2.95.mk and gcc-uclibc-3.x.mk, and are -# use by other packages... So include them in this file -# and arrange to include it soon after invoking make from -# the top level. +# both gcc-uclibc-4.x.mk, and are use by other packages... +# So include them in this file and arrange to include it +# soon after invoking make from the top level. GCC_VERSION:=$(call qstrip,$(BR2_GCC_VERSION)) TARGET_OPTIMIZATION:=$(call qstrip,$(BR2_TARGET_OPTIMIZATION)) |