ChangeLog:
authorNathanael Nerode <neroden@gcc.gnu.org>
Tue, 3 Aug 2004 20:54:19 +0000 (20:54 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Tue, 3 Aug 2004 20:54:19 +0000 (20:54 +0000)
2004-08-01  Robert Millan  <robertmh@gnu.org>

* configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
libmudflap for all GNU-based systems (with Glibc).
* configure: Regenerate.

config/ChangeLog:

2004-08-01  Robert Millan  <robertmh@gnu.org>

* mt-linux: Rename to ...
* mt-gnu: ... this.

config/ChangeLog
config/mt-gnu [new file with mode: 0644]
config/mt-linux [deleted file]
configure
configure.in

index 6711da5bdbf02d026fe878d4119269b4fb4a8a11..fb7a5fd2a35f4dd26d6cc4da646d37fe00ab130e 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-01  Robert Millan  <robertmh@gnu.org>
+
+       * mt-linux: Rename to ...
+       * mt-gnu: ... this.
+
 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
 
        * acx.m4 (ACX_PROG_LN): From gcc, modified to
diff --git a/config/mt-gnu b/config/mt-gnu
new file mode 100644 (file)
index 0000000..15bf417
--- /dev/null
@@ -0,0 +1 @@
+CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE
diff --git a/config/mt-linux b/config/mt-linux
deleted file mode 100644 (file)
index 15bf417..0000000
+++ /dev/null
@@ -1 +0,0 @@
-CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE
index 8913e7541d56cb3e49c27ca46ca248543cfa68cb..10c8b137f0a3937395e611d7fa52baece60168e0 100755 (executable)
--- a/configure
+++ b/configure
@@ -1138,8 +1138,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.
@@ -2601,8 +2601,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 
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.031633 seconds and 4 git commands to generate.