Browse Source

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>
Christophe Lyon 5 years ago
parent
commit
685a704f02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/Configs/Config.in.arch

+ 1 - 1
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"