(CPPFLAGS-.So): Add -DPIC.

This commit is contained in:
Ulrich Drepper 1998-04-07 16:04:49 +00:00
parent 631cd1f3fb
commit 39da45cbe6

View 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