Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
* Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros. (FLAGS_TO_PASS): Pass them. (EXTRA_TARGET_FLAGS): Ditto. * config/m?-*pic: Define PICFLAG* instead of LIB*FLAGS*. Support building both shared and archive libraries.
This commit is contained in:
parent
dc1f8593d0
commit
4a44253637
3 changed files with 3 additions and 6 deletions
|
@ -1,2 +1 @@
|
|||
LIBCFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET) -fPIC
|
||||
LIBCXXFLAGS_FOR_TARGET=$(CXXFLAGS_FOR_TARGET) -fPIC -fno-implicit-templates
|
||||
PICFLAG_FOR_TARGET=-fPIC
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
LIBCFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET) -fpic
|
||||
LIBCXXFLAGS_FOR_TARGET=$(CXXFLAGS_FOR_TARGET) -fpic -fno-implicit-templates
|
||||
PICFLAG_FOR_TARGET=-fPIC
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
LIBCFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET) -fpic
|
||||
LIBCXXFLAGS_FOR_TARGET=$(CXXFLAGS_FOR_TARGET) -fpic -fno-implicit-templates
|
||||
PICFLAG_FOR_TARGET=-fpic
|
||||
|
|
Loading…
Reference in a new issue