diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-04-17 04:45:28 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-25 08:59:17 +0200 |
commit | 3cf29186f81e74bea9eaa2e76b7331635ec5dba8 (patch) | |
tree | b7349054efdc6e9c87cf97e28343c92cb8a7d30b /toolchain | |
parent | eee81a286edc2f5714fecf4f89db48cd4c16a674 (diff) | |
download | buildroot-novena-3cf29186f81e74bea9eaa2e76b7331635ec5dba8.tar.gz buildroot-novena-3cf29186f81e74bea9eaa2e76b7331635ec5dba8.zip |
gcc: remove unused EXTRA_GCC4_CONFIG_OPTIONS
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/gcc-uclibc-4.x.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk index 305270fcc..212660c7d 100644 --- a/toolchain/gcc/gcc-uclibc-4.x.mk +++ b/toolchain/gcc/gcc-uclibc-4.x.mk @@ -525,7 +525,6 @@ $(GCC_BUILD_DIR4)/.configured: $(GCC_BUILD_DIR4)/.prepared $(DISABLE_LARGEFILE) \ $(EXTRA_GCC_CONFIG_OPTIONS) \ $(EXTRA_TARGET_GCC_CONFIG_OPTIONS) \ - $(EXTRA_GCC4_CONFIG_OPTIONS) \ ) touch $@ |