Browse Source

FORMAT_FDPIC_ELF: only for FRV and BFIN

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 13 years ago
parent
commit
b6d971cbda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/Configs/Config.in.arch

+ 1 - 1
extra/Configs/Config.in.arch

@@ -15,7 +15,7 @@ config UCLIBC_FORMAT_ELF
 	depends on ARCH_USE_MMU
 config UCLIBC_FORMAT_FDPIC_ELF
 	bool "FDPIC ELF"
-	depends on !ARCH_USE_MMU
+	depends on !ARCH_USE_MMU && (TARGET_bfin || TARGET_frv)
 	select DOPIC
 config UCLIBC_FORMAT_FLAT
 	bool "STATIC FLAT"