summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-10 08:19:33 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-10 08:19:39 -0500
commit94cf042086622a7387f35244d8d8e5b79ee0d0c9 (patch)
treec2253ab9bb3419c8062c543e42186970f2611f52 /target/config
parentdbd50e3de5e52eea738b8995d2d71ad6e2b2eb94 (diff)
add some h8/300 fixes
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.gcc.choice1
-rw-r--r--target/config/Config.in.kernel2
2 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.gcc.choice b/target/config/Config.in.gcc.choice
index 3583b9d84..347b05859 100644
--- a/target/config/Config.in.gcc.choice
+++ b/target/config/Config.in.gcc.choice
@@ -13,6 +13,7 @@ config ADK_TOOLCHAIN_GCC_GIT
bool "git"
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
+ select ADK_DISABLE_HONOUR_CFLAGS
config ADK_TOOLCHAIN_GCC_5_1_0
bool "5.1.0"
diff --git a/target/config/Config.in.kernel b/target/config/Config.in.kernel
index 4d81617d1..decd0cba4 100644
--- a/target/config/Config.in.kernel
+++ b/target/config/Config.in.kernel
@@ -79,4 +79,4 @@ config ADK_TARGET_KERNEL_MINICONFIG
default "xilinx-kintex7" if ADK_TARGET_SYSTEM_XILINX_KINTEX7
default "pcengines-alix" if ADK_TARGET_SYSTEM_PCENGINES_ALIX
default "sim-bfin" if ADK_TARGET_SYSTEM_SIM_BFIN
- default "sim-h8300" if ADK_TARGET_SYSTEM_SIM_H8300
+ default "sim-h8300h" if ADK_TARGET_SYSTEM_SIM_H8300H