diff options
author | Christophe Lyon <christophe.lyon@st.com> | 2018-07-04 17:55:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2018-08-10 16:01:20 +0200 |
commit | 685a704f0265ef4e35300310c8f3d03f9fea3fbe (patch) | |
tree | baed24e6ef8a654601a8b97c528d4b38fe33c59c /extra/Configs | |
parent | e912bb06c9bf22f2466d647b78ae60142bd13211 (diff) |
Allow to select FDPIC ELF for arm architecture
* extra/Configs/Config.in.arch: Add TARGET_arm to the target list
for UCLIBC_FORMAT_FDPIC_ELF.
Signed-off-by: Mickaël Guêné <mickael.guene@st.com>
Signed-off-by: Christophe Lyon <christophe.lyon@st.com>
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index b51ed8118..91b639493 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -12,7 +12,7 @@ choice prompt "Target File Format" config UCLIBC_FORMAT_FDPIC_ELF bool "FDPIC ELF" - depends on !ARCH_USE_MMU && (TARGET_bfin || TARGET_frv) + depends on !ARCH_USE_MMU && (TARGET_bfin || TARGET_frv || TARGET_arm) select DOPIC config UCLIBC_FORMAT_DSBT_ELF bool "DBST ELF" |