From 4e77e8f1599742192e42c3b8d38ddc3c175caa0f Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Fri, 6 Feb 1998 00:33:04 +0000 Subject: 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 --- config/mh-sparcpic | 2 +- config/mt-sparcpic | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/mh-sparcpic b/config/mh-sparcpic index 35cf2c8..f6dbc22 100644 --- a/config/mh-sparcpic +++ b/config/mh-sparcpic @@ -1 +1 @@ -PICFLAG=-fPIC +PICFLAG=`case "${LIBCFLAGS} ${LIBCXXFLAGS}" in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` 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` -- cgit v1.1