summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorThomas Petazzoni2012-04-17 06:45:28 +0200
committerPeter Korsgaard2012-04-25 08:59:17 +0200
commit3cf29186f81e74bea9eaa2e76b7331635ec5dba8 (patch)
treeb7349054efdc6e9c87cf97e28343c92cb8a7d30b /toolchain
parentgcc: remove unused EXTRA_GCC2_CONFIG_OPTIONS (diff)
downloadbuildroot-3cf29186f81e74bea9eaa2e76b7331635ec5dba8.tar.gz
buildroot-3cf29186f81e74bea9eaa2e76b7331635ec5dba8.tar.xz
buildroot-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.mk1
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 $@