From 5fd095b3748115d7cbe89524332e4b310550b7c3 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 15 Jun 2010 23:10:03 +0200 Subject: toolchain: remove gcc 4.1.2 and non-sysroot support Signed-off-by: Peter Korsgaard --- toolchain/gcc/Makefile.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'toolchain/gcc/Makefile.in') 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)) -- cgit v1.2.3