diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-24 23:10:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-24 23:10:37 +0200 |
commit | 2192c1d959f1f98a88bed9e9783598ceb2b6eaa8 (patch) | |
tree | 59f42dd91eee1c054e7aef676f142269096a0b73 /target/frv/systems | |
parent | 17ff347c0ea70f644d3796408f87026163d8f3a3 (diff) |
fr-v: allow to build gcc 6.1 linux toolchain
Diffstat (limited to 'target/frv/systems')
-rw-r--r-- | target/frv/systems/sim-frv | 1 |
1 files changed, 1 insertions, 0 deletions
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. |