diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-27 20:36:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-27 20:36:55 +0100 |
commit | daf6b1594452546be63261de8c7d1e2d53db5743 (patch) | |
tree | 26590789227ec55efb80f606dc8afbcf1fc305de /target | |
parent | 3b6d7b3aa7affa5658592bb2f96fa44ff27c8785 (diff) |
glibc can be compiled for m68k, but only with m68020 cpu optimizations
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 8161226c2..2ece89667 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -70,6 +70,7 @@ config ADK_TARGET_LIB_GLIBC ADK_TARGET_ARCH_ARM || \ ADK_TARGET_ARCH_HPPA || \ ADK_TARGET_ARCH_IA64 || \ + ADK_TARGET_ARCH_M68K || \ ADK_TARGET_ARCH_MICROBLAZE || \ ADK_TARGET_ARCH_MIPS || \ ADK_TARGET_ARCH_MIPS64 || \ |