aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.ac
diff options
context:
space:
mode:
authorno-author <no-author@gcc.gnu.org>2005-04-13 23:43:39 +0000
committerno-author <no-author@gcc.gnu.org>2005-04-13 23:43:39 +0000
commit9bdec34b2919aeabbf795d807840e4b053c17e02 (patch)
treedce6b094f2de2adedff7e87dc0ad5fcbcf620022 /libstdc++-v3/configure.ac
parent5b5fcc5945558d32c619dd3047ae0ee16a6edd2f (diff)
This commit was manufactured by cvs2svn to create tagapple/gcc-5007
'apple-gcc-5007'. git-svn-id: https://gcc.gnu.org/svn/gcc/tags/apple-gcc-5007@98115 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.ac')
-rw-r--r--libstdc++-v3/configure.ac11
1 files changed, 10 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac
index 5d0a54f9c4c..e0e55ad70b2 100644
--- a/libstdc++-v3/configure.ac
+++ b/libstdc++-v3/configure.ac
@@ -44,7 +44,16 @@ if test "$build" != "$host"; then
GLIBCXX_IS_NATIVE=false
GCC_NO_EXECUTABLES
else
- GLIBCXX_IS_NATIVE=true
+ # APPLE LOCAL begin 64-bit
+ case "$target" in
+ powerpc-apple-darwin8*)
+ GLIBCXX_IS_NATIVE=false
+ cross_compiling=yes
+ ;;
+ *)
+ GLIBCXX_IS_NATIVE=true ;;
+ esac
+ # APPLE LOCAL end 64-bit
fi
# Sets up automake. Must come after AC_CANONICAL_SYSTEM. Each of the