mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
(CPPFLAGS-.So): Add -DPIC.
This commit is contained in:
parent
631cd1f3fb
commit
39da45cbe6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user