]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(CPPFLAGS-.So): Add -DPIC. cvs/before-sparc-2_0_x-branch
authorUlrich Drepper <drepper@redhat.com>
Tue, 7 Apr 1998 16:04:49 +0000 (16:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 7 Apr 1998 16:04:49 +0000 (16:04 +0000)
Makeconfig

index 0e1c450726a8264d5673750bfb396b98654bfbb4..26411bc252bbad059b8974af76770aa37bf49679 100644 (file)
@@ -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