Properly handle function without arguments
[gcc.git] / config / picflag.m4
index bd818125a66b06fa1accd1b16541647e473bb2fc..3bcdbf1de307fb1e918238d6e94f4ccfdc780819 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.
@@ -48,9 +50,6 @@ case "${$2}" in
     i[[34567]]86-*-* | x86_64-*-*)
        $1=-fpic
        ;;
-    m68k-*-*)
-       $1=-fpic
-       ;;
     # FIXME: Override -fPIC default in libgcc only? 
     sh-*-linux* | sh[[2346lbe]]*-*-linux*)
        $1=-fpic