diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-10 22:14:39 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-11 05:59:59 +0200 |
commit | 7a0263525fe723c2f4bb2d4e78eaf785137ebbdd (patch) | |
tree | 734536e076dbfc1e140820e7d10ec711c2c8186f /toolchain/gcc | |
parent | e7b72e11dc2fb7d15440dca32cff59869dc1c2c3 (diff) | |
download | buildroot-novena-7a0263525fe723c2f4bb2d4e78eaf785137ebbdd.tar.gz buildroot-novena-7a0263525fe723c2f4bb2d4e78eaf785137ebbdd.zip |
Remove BR2_PREFER_IMA
This option is barely used, no-one is maintaining it or extending
it. So let's remove it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/gcc/Makefile.in b/toolchain/gcc/Makefile.in index c3e21cf35..23b5c7339 100644 --- a/toolchain/gcc/Makefile.in +++ b/toolchain/gcc/Makefile.in @@ -74,9 +74,5 @@ endif # and finally pull in config opts from the user EXTRA_TARGET_GCC_CONFIG_OPTIONS+=$(call qstrip,$(BR2_EXTRA_TARGET_GCC_CONFIG_OPTIONS)) -ifeq ($(BR2_PREFER_IMA),y) -EXTRA_TARGET_GCC_CONFIG_OPTIONS+=--enable-intermodule -endif # BR2_PREFER_IMA=y - TARGETS+=gcc_target endif |