summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-12-22 21:40:45 +0000
committerEric Andersen <andersen@codepoet.org>2004-12-22 21:40:45 +0000
commit47a9d4544eeac98adef6f703a5ec2889896a4c90 (patch)
tree0fa521c54eb4ebc469fa47d4f06ac1a1324d060e /extra
parentf8e6aa06ffb1897b87f4d90545e8ca5b3d0cdb9a (diff)
Patch from Peter S. Mazinger:
Add pie support for mips
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index c71fcf546..a4a64652b 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1097,7 +1097,7 @@ config UCLIBC_BUILD_PIE
bool "Build utilities as ET_DYN/PIE executables"
depends on UCLIBC_SECURITY
depends on HAVE_SHARED
- depends on TARGET_i386 || TARGET_powerpc || TARGET_frv
+ depends on TARGET_i386 || TARGET_powerpc || TARGET_mips || TARGET_frv
select FORCE_SHAREABLE_TEXT_SEGMENTS if BUILD_UCLIBC_LDSO
default y
help