ChangeLog:
[deliverable/binutils-gdb.git] / configure.in
index 3c17693513b1126f893be88d1cb5545f7269f9db..1a01660c034c1dc87c2e5d983666a31f018f1b36 100644 (file)
@@ -358,8 +358,8 @@ no)
     ;;
 "")
     case "${target}" in
-    *-*-linux*)
-        # Enable libmudflap by default in GNU/Linux.
+    *-*-linux*-gnu | *-*-gnu* | *-*-k*bsd*-gnu)
+        # Enable libmudflap by default in GNU and friends.
        ;;
     *-*-freebsd*)
         # Enable libmudflap by default in FreeBSD.
@@ -1420,8 +1420,8 @@ case "${target}" in
   powerpc-*-netware*)
     target_makefile_frag="config/mt-netware"
     ;;
-  *-*-linux*)
-    target_makefile_frag="config/mt-linux"
+  *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
+    target_makefile_frag="config/mt-gnu"
     ;;
   *-*-aix4.[[3456789]]* | *-*-aix[[56789]].*)
     # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm 
This page took 0.037314 seconds and 4 git commands to generate.