diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-20 00:22:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-20 00:22:47 +0200 |
commit | 460a1397e45c88db2ec6ab113e5384572c6b5221 (patch) | |
tree | 4309b6b9ca51b4b232550f5d687d59c7a370c84c /target/config | |
parent | 749ac5540e2579c67dcfeb94e156383d0831a96f (diff) |
j2: allow to try uClibc-ng sh FDPIC
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.binfmt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index 03f2c6003..336b0b8b0 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -18,7 +18,7 @@ config ADK_TARGET_BINFMT_FLAT config ADK_TARGET_BINFMT_FDPIC bool "FDPIC" - depends on ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_FRV || (ADK_TARGET_CPU_SH_J2 && ADK_TARGET_LIB_MUSL) + depends on ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_FRV || ADK_TARGET_CPU_SH_J2 config ADK_TARGET_BINFMT_DSBT bool "DSBT" |