diff options
author | Manfred Hollstein <manfred@s-direktnet.de> | 1998-02-06 00:33:04 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-02-05 17:33:04 -0700 |
commit | 4e77e8f1599742192e42c3b8d38ddc3c175caa0f (patch) | |
tree | 2c2b7aa4e68204b3febe3b232730ac9a6e8d16b1 /config/mt-sparcpic | |
parent | 94e5565f925f8b1878dc3c44ea5be052c286df2d (diff) | |
download | gcc-4e77e8f1599742192e42c3b8d38ddc3c175caa0f.zip gcc-4e77e8f1599742192e42c3b8d38ddc3c175caa0f.tar.gz gcc-4e77e8f1599742192e42c3b8d38ddc3c175caa0f.tar.bz2 |
Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and PICFLAG_FOR_TARGET.
* Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
PICFLAG_FOR_TARGET.
(EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
* configure: Emit a definition for the new macro enable_shared
into each Makefile.
* config/mh-sparcpic (PICFLAG): Define to properly according
to current multilib configuration.
* config/mt-sparcpic (PICFLAG_FOR_TARGET): Define to properly
according to current multilib configuration.
From-SVN: r17680
Diffstat (limited to 'config/mt-sparcpic')
-rw-r--r-- | config/mt-sparcpic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mt-sparcpic b/config/mt-sparcpic index 35b8c9e..fd0ec27 100644 --- a/config/mt-sparcpic +++ b/config/mt-sparcpic @@ -1 +1 @@ -PICFLAG_FOR_TARGET=-fPIC +PICFLAG_FOR_TARGET=`case "${LIBCFLAGS} ${LIBCXXFLAGS}" in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` |