diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-27 11:29:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-27 20:39:11 +0100 |
commit | b82f0654234afc6278d55888c10ed9996a5db1a6 (patch) | |
tree | 0a9881bb6f0cff218528284496938a65387e0418 /target/config | |
parent | ad5806bab13becdf66cf267982dd1cc9d63875e7 (diff) |
add H8300 to newlib supported architectures
Diffstat (limited to 'target/config')
-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 084402e83..f36e0eac7 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -61,6 +61,7 @@ config ADK_TARGET_LIB_NEWLIB ADK_TARGET_ARCH_BFIN || \ ADK_TARGET_ARCH_CRIS || \ ADK_TARGET_ARCH_FRV || \ + ADK_TARGET_ARCH_H8300 || \ ADK_TARGET_ARCH_LM32 || \ ADK_TARGET_ARCH_MICROBLAZE || \ ADK_TARGET_ARCH_MIPS || \ |