diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-21 22:27:17 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-07 00:16:47 +0100 |
commit | bc48f2312e541dbc40a819108ab0cfcccae5c5da (patch) | |
tree | afa882e7fac76f54ef69887842a96ef7575d8d01 /arch | |
parent | 5715d2dcf48a39c16a3f3e41c97109613fed121d (diff) | |
download | buildroot-bc48f2312e541dbc40a819108ab0cfcccae5c5da.tar.gz buildroot-bc48f2312e541dbc40a819108ab0cfcccae5c5da.zip |
arch: remove the BR2_GCC_TARGET_TUNE option
The BR2_GCC_TARGET_TUNE option is now unused, so we can get rid of it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/Config.in b/arch/Config.in index 1126d4373a..d62d8872b3 100644 --- a/arch/Config.in +++ b/arch/Config.in @@ -217,9 +217,6 @@ config BR2_ARCH config BR2_ENDIAN string -config BR2_GCC_TARGET_TUNE - string - config BR2_GCC_TARGET_ARCH string |