summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-08-03 20:54:19 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2004-08-03 20:54:19 +0000
commitefcf59097a9f3acc42498c24705ac1e873883b1b (patch)
tree3c59c03e3d142014ce59babe58b604db59afec51
parentf7c5c99ad138d55f2a738db46f8d589e26f7e79b (diff)
downloadgdb-efcf59097a9f3acc42498c24705ac1e873883b1b.tar.gz
ChangeLog:
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.
-rw-r--r--config/ChangeLog5
-rw-r--r--config/mt-gnu (renamed from config/mt-linux)0
-rwxr-xr-xconfigure8
-rw-r--r--configure.in8
4 files changed, 13 insertions, 8 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 6711da5bdbf..fb7a5fd2a35 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -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-linux b/config/mt-gnu
index 15bf4171603..15bf4171603 100644
--- a/config/mt-linux
+++ b/config/mt-gnu
diff --git a/configure b/configure
index 8913e7541d5..10c8b137f0a 100755
--- 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
diff --git a/configure.in b/configure.in
index 3c17693513b..1a01660c034 100644
--- a/configure.in
+++ b/configure.in
@@ -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