summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/configure.in
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-08-22 02:57:05 +0000
committerkan <kan@FreeBSD.org>2003-08-22 02:57:05 +0000
commit772b3187f82b180beb7dd406be6f9896b7800db1 (patch)
tree4b8fc6d4987b15358fe849429e36eda706a321a5 /contrib/libstdc++/configure.in
parent08db0e4d745472adc9c30de407304713c78e950e (diff)
downloadFreeBSD-src-772b3187f82b180beb7dd406be6f9896b7800db1.zip
FreeBSD-src-772b3187f82b180beb7dd406be6f9896b7800db1.tar.gz
Gcc 3.3.1-release C++ support bits.
Diffstat (limited to 'contrib/libstdc++/configure.in')
-rw-r--r--contrib/libstdc++/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libstdc++/configure.in b/contrib/libstdc++/configure.in
index 2124b9b..b8d895f 100644
--- a/contrib/libstdc++/configure.in
+++ b/contrib/libstdc++/configure.in
@@ -87,7 +87,7 @@ fi
if test -n "$with_cross_host" || test x"$build" != x"$host"; then
# We are being configured with some form of cross compiler.
- GLIBCPP_IS_CROSS_COMPILING=1
+ GLIBCPP_IS_CROSS_COMPILING=true
# This lets us hard-code the functionality we know we'll have in the cross
# target environment. "Let" is a sugar-coated word placed on an especially
@@ -397,7 +397,7 @@ else
# We are being configured natively. We can do more elaborate tests
# that include AC_TRY_COMPILE now, as the linker is assumed to be
# working.
- GLIBCPP_IS_CROSS_COMPILING=0
+ GLIBCPP_IS_CROSS_COMPILING=false
CANADIAN=no
# Check for available headers.
OpenPOWER on IntegriCloud