summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.freebsd
diff options
context:
space:
mode:
authorPeter Eisentraut2012-12-18 06:13:59 +0000
committerPeter Eisentraut2012-12-18 06:13:59 +0000
commit1a5f04dd7eed0ac27cc5da9520ef55e16531bca6 (patch)
tree1b8bb9199cf95c71ce35673f59a9e64b26555c99 /src/makefiles/Makefile.freebsd
parent8d2e9a9dbd56aabb9273fbc30ca6c03d6f24b996 (diff)
Remove allow_nonpic_in_shlib
This was used in a time when a shared libperl or libpython was difficult to come by. That is obsolete, and the idea behind the flag was never fully portable anyway and will likely fail on more modern CPU architectures.
Diffstat (limited to 'src/makefiles/Makefile.freebsd')
-rw-r--r--src/makefiles/Makefile.freebsd4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/makefiles/Makefile.freebsd b/src/makefiles/Makefile.freebsd
index 839864c7f8e..5a98e5a2b0b 100644
--- a/src/makefiles/Makefile.freebsd
+++ b/src/makefiles/Makefile.freebsd
@@ -9,10 +9,6 @@ DLSUFFIX = .so
CFLAGS_SL = -fPIC -DPIC
-ifeq ($(findstring i386,$(host_cpu)), i386)
-allow_nonpic_in_shlib = yes
-endif
-
# Rule for building a shared library from a single .o file
%.so: %.o