From c5207a5547426030930716fbd0de0de064c2f27b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 23 Jun 2001 14:15:11 +0000 Subject: Make PIC a config option --- extra/Configs/Config.powerpc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extra/Configs/Config.powerpc') 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 /lib and /usr/lib -- cgit v1.2.3