dfp.m4: Add support for cygwin x64 target.
authorKai Tietz <ktietz@redhat.com>
Wed, 27 Mar 2013 21:53:32 +0000 (22:53 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Wed, 27 Mar 2013 21:53:32 +0000 (22:53 +0100)
        * dfp.m4: Add support for cygwin x64 target.
        * picflag.m4: Likewise.

From-SVN: r197170

config/ChangeLog
config/dfp.m4
config/picflag.m4

index 68b911932a28366b6f5b60397507d1812f9a4a46..77643eb5e50929c01a638cb59de85f502ff532a4 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-27  Kai Tietz  <ktietz@redhat.com>
+
+        * dfp.m4: Add support for cygwin x64 target.
+        * picflag.m4: Likewise.
+
 2013-02-25  H.J. Lu  <hongjiu.lu@intel.com>
 
        * bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add
index e971db4dc918c26d60b9f52b1e4da164acb4e44e..48683f0f97ba5792996182c1559f48d8441d2fcd 100644 (file)
@@ -23,7 +23,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
     powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
     i?86*-*-gnu* | \
     i?86*-*-mingw* | x86_64*-*-mingw* | \
-    i?86*-*-cygwin*)
+    i?86*-*-cygwin* | x86_64*-*-cygwin*)
       enable_decimal_float=yes
       ;;
     *)
index bd818125a66b06fa1accd1b16541647e473bb2fc..2ee5cd0785f4f3c774cbd141d8d0aa69f2e11339 100644 (file)
@@ -17,7 +17,9 @@ case "${$2}" in
     hppa*64*-*-hpux*)
        # PIC is the default for 64-bit PA HP-UX.
        ;;
-    i[[34567]]86-*-cygwin* | i[[34567]]86-*-mingw* | x86_64-*-mingw*)
+    i[[34567]]86-*-cygwin* | x86_64-*-cygwin*)
+       ;;
+    i[[34567]]86-*-mingw* | x86_64-*-mingw*)
        ;;
     i[[34567]]86-*-interix[[3-9]]*)
        # Interix 3.x gcc -fpic/-fPIC options generate broken code.