diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-19 19:19:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-19 19:19:43 +0100 |
commit | e1d5964168243cb63ba95fc5c59e08464dea53e8 (patch) | |
tree | 41ded1e8548304c35a9c1abb9fda1826f65f6cbd /target | |
parent | 2cbc7d311628dd14606f9f23bb42ea69abf891dd (diff) |
remove unused symbol
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 9d63b957f..d3779faa7 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -187,12 +187,6 @@ config ADK_LIBC_VERSION ADK_TARGET_LIB_GLIBC_GIT || \ ADK_TARGET_LIB_NEWLIB_GIT -config ADK_TARGET_LIB_UCLIBC_NG_1_0 - bool - default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_12 - default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_11 - default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_10 - config ADK_TARGET_SUFFIX string default "gnueabihf" if ADK_TARGET_LIB_GLIBC && ADK_TARGET_ARCH_ARM && ADK_TARGET_HARD_FLOAT |