aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorKai Tietz <ktietz@redhat.com>2013-03-27 22:56:57 +0100
committerKai Tietz <ktietz@gcc.gnu.org>2013-03-27 22:56:57 +0100
commit7e866c8b6fcd5bcb0aad24908a55743485736088 (patch)
tree8d55f0615c638ddc34f5ed72e3e0cc6a9e5e4db6 /libstdc++-v3/configure
parent040f18a666542b7fc22a6a673f77766dae9a373e (diff)
downloadgcc-7e866c8b6fcd5bcb0aad24908a55743485736088.zip
gcc-7e866c8b6fcd5bcb0aad24908a55743485736088.tar.gz
gcc-7e866c8b6fcd5bcb0aad24908a55743485736088.tar.bz2
crossconfig.m4: Add support for cygwin x64 target.
* crossconfig.m4: Add support for cygwin x64 target. * configure: Regenerated. From-SVN: r197174
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure10
1 files changed, 5 insertions, 5 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index f40ddcf..d867af3 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -3530,11 +3530,11 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
-# Always define AMTAR for backward compatibility.
+# Always define AMTAR for backward compatibility. Yes, it's still used
+# in the wild :-( We should find a proper way to deprecate it ...
+AMTAR='$${TAR-tar}'
-AMTAR=${AMTAR-"${am_missing_run}tar"}
-
-am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
+am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
@@ -46017,7 +46017,7 @@ $as_echo "#define HAVE_TLS 1" >>confdefs.h
;;
esac
;;
- *-linux* | *-uclinux* | *-gnu* | *-kfreebsd*-gnu | *-knetbsd*-gnu)
+ *-linux* | *-uclinux* | *-gnu* | *-kfreebsd*-gnu | *-knetbsd*-gnu | *-cygwin*)
# All these tests are for C++; save the language and the compiler flags.
# The CXXFLAGS thing is suspicious, but based on similar bits previously