diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-02 11:30:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-02 11:30:46 +0200 |
commit | 31a898f13aa220265b4f481125843f20ae53d938 (patch) | |
tree | 82d330359f5be2550772db4d2f9f5d74e8a2294f /target/config | |
parent | 92ffed61568e4ebac5a985a4cc342e80b78b2bd3 (diff) |
add uclibc.config for meta, disable gcc honour copts for this old gcc
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.gcc.choice | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.gcc.choice b/target/config/Config.in.gcc.choice index 6d0057c55..2d69f5ed4 100644 --- a/target/config/Config.in.gcc.choice +++ b/target/config/Config.in.gcc.choice @@ -78,5 +78,6 @@ config ADK_TOOLCHAIN_GCC_4_4_7 config ADK_TOOLCHAIN_GCC_4_2_4 bool "4.2.4" depends on ADK_TARGET_ARCH_METAG + select ADK_DISABLE_HONOUR_CFLAGS endchoice |