summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-24 23:10:37 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-24 23:10:37 +0200
commit2192c1d959f1f98a88bed9e9783598ceb2b6eaa8 (patch)
tree59f42dd91eee1c054e7aef676f142269096a0b73 /target
parent17ff347c0ea70f644d3796408f87026163d8f3a3 (diff)
fr-v: allow to build gcc 6.1 linux toolchain
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.compiler1
-rw-r--r--target/frv/kernel/sim-frv10
-rw-r--r--target/frv/systems/sim-frv1
3 files changed, 3 insertions, 9 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index ed980f394..170ff2dd7 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -26,6 +26,7 @@ default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_ARCH_XTENSA
default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_ARCH_BFIN
default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_ARCH_C6X
default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_ARCH_H8300
+default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_ARCH_FRV
default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_CPU_MIPS_MIPS32R6 || ADK_TARGET_CPU_MIPS64_MIPS64R6
default ADK_TOOLCHAIN_GCC_5_4_0
diff --git a/target/frv/kernel/sim-frv b/target/frv/kernel/sim-frv
index c52b4cc77..8f8e9e5c2 100644
--- a/target/frv/kernel/sim-frv
+++ b/target/frv/kernel/sim-frv
@@ -2,12 +2,4 @@ CONFIG_FRV=y
CONFIG_CPU_FR401=y
CONFIG_UCPAGE_OFFSET_20000000=y
CONFIG_BUG=y
-CONFIG_FRV_ONCPU_SERIAL=y
-CONFIG_SERIAL_EARLYCON=y
-CONFIG_SERIAL_8250=y
-CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
-CONFIG_SERIAL_8250_CONSOLE=y
-CONFIG_SERIAL_8250_DMA=y
-CONFIG_SERIAL_8250_PCI=y
-CONFIG_SERIAL_8250_NR_UARTS=32
-CONFIG_SERIAL_8250_RUNTIME_UARTS=4
+CONFIG_SECTION_MISMATCH_WARN_ONLY=y
diff --git a/target/frv/systems/sim-frv b/target/frv/systems/sim-frv
index f613220ea..94eb0fee7 100644
--- a/target/frv/systems/sim-frv
+++ b/target/frv/systems/sim-frv
@@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_SIM_FRV
bool "GDB simulator"
select ADK_TARGET_CPU_FRV
select ADK_TARGET_SIM
+ select ADK_TARGET_WITH_PCI
select ADK_TARGET_PACKAGE_TXZ
help
FRV Simulator.