summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.powerpc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-23 14:15:11 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-23 14:15:11 +0000
commitc5207a5547426030930716fbd0de0de064c2f27b (patch)
tree687fa7cd6f34260b4f4a4de8a42f2fc698e6f489 /extra/Configs/Config.powerpc
parentf0d383b45bf6b28ab8e579d7da3288ac16cdef64 (diff)
Make PIC a config option
Diffstat (limited to 'extra/Configs/Config.powerpc')
-rw-r--r--extra/Configs/Config.powerpc3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc
index 54ed4c1ce..836b1dfcf 100644
--- a/extra/Configs/Config.powerpc
+++ b/extra/Configs/Config.powerpc
@@ -132,6 +132,9 @@ DOLFS = false
# disabled. This is off by default.
INCLUDE_RPC = false
+# If you want to compile the library as PIC code, turn this on.
+DOPIC = false
+
# ROOT_DIR is the base directory which will be compiled into the uClibc
# runtime environment. When compiled as a shared library, the shared
# library loader will look in <ROOT_DIR>/lib and <ROOT_DIR>/usr/lib