diff options
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)) |