configure.ac: Change how LIBSUPCXX_PICFLAGS is set.
* configure.ac: Change how LIBSUPCXX_PICFLAGS is set. * configure: Regenerate. From-SVN: r123828
This commit is contained in:
parent
01a6a27a02
commit
94872c09c9
@ -1,3 +1,8 @@
|
||||
2007-04-14 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* configure.ac: Change how LIBSUPCXX_PICFLAGS is set.
|
||||
* configure: Regenerate.
|
||||
|
||||
2007-04-14 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* config/locale/generic/c_locale.cc: Include <limits>.
|
||||
|
6
libstdc++-v3/configure
vendored
6
libstdc++-v3/configure
vendored
@ -85067,10 +85067,8 @@ echo "${ECHO_T}$gxx_include_dir" >&6
|
||||
|
||||
|
||||
|
||||
if ${CONFIG_SHELL-/bin/sh} ./libtool --tag CXX --features |
|
||||
grep "enable shared" > /dev/null;
|
||||
then
|
||||
LIBSUPCXX_PICFLAGS=-prefer-pic
|
||||
if test "$enable_shared" = yes; then
|
||||
LIBSUPCXX_PICFLAGS="-prefer-pic"
|
||||
else
|
||||
LIBSUPCXX_PICFLAGS=
|
||||
fi
|
||||
|
@ -355,10 +355,8 @@ GLIBCXX_EXPORT_INSTALL_INFO
|
||||
GLIBCXX_EXPORT_INCLUDES
|
||||
GLIBCXX_EXPORT_FLAGS
|
||||
|
||||
if ${CONFIG_SHELL-/bin/sh} ./libtool --tag CXX --features |
|
||||
grep "enable shared" > /dev/null;
|
||||
then
|
||||
LIBSUPCXX_PICFLAGS=-prefer-pic
|
||||
if test "$enable_shared" = yes; then
|
||||
LIBSUPCXX_PICFLAGS="-prefer-pic"
|
||||
else
|
||||
LIBSUPCXX_PICFLAGS=
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user