Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-08-04 00:54:19 +0400
committerNathanael Nerode <neroden@gcc.gnu.org>2004-08-04 00:54:19 +0400
commit824cf27387fe1b0c1a605be7f1861425945e54d1 (patch)
treec8d107e3b53494f2e896603c18c6410d9c575346 /configure.in
parent3410b5be3e361f9fc6c429a21d332a220436bca1 (diff)
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 3c1769351..1a01660c0 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