summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-07 16:04:49 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-07 16:04:49 +0000
commit39da45cbe60b86e6f4d2e3ff6dff21dcb52af6de (patch)
treed6827ac3f8b05cd0d41b060298d0b39ba342d434
parent631cd1f3fb4c67df4f4b966bc0003a4c272e96da (diff)
(CPPFLAGS-.So): Add -DPIC.cvs/before-sparc-2_0_x-branch
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index 0e1c450726..26411bc252 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -524,7 +524,7 @@ object-suffixes-for-libc += .So
# shared objects. We don't want to use CFLAGS-so because users may, for
# example, make that processor-specific.
CFLAGS-.So = $(CFLAGS-.o) -fPIC -fno-common
-CPPFLAGS-.So = $(CPPFLAGS-.o)
+CPPFLAGS-.So = $(CPPFLAGS-.o) -DPIC
libtype.So = lib%_nonshared.a
endif