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.
This commit is contained in:
Nathanael Nerode 2004-08-03 20:54:19 +00:00
parent b813574b90
commit 3d6dfe0f31
4 changed files with 13 additions and 8 deletions

View 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> 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
* acx.m4 (ACX_PROG_LN): From gcc, modified to * acx.m4 (ACX_PROG_LN): From gcc, modified to

8
configure vendored
View File

@ -1138,8 +1138,8 @@ no)
;; ;;
"") "")
case "${target}" in case "${target}" in
*-*-linux*) *-*-linux*-gnu | *-*-gnu* | *-*-k*bsd*-gnu)
# Enable libmudflap by default in GNU/Linux. # Enable libmudflap by default in GNU and friends.
;; ;;
*-*-freebsd*) *-*-freebsd*)
# Enable libmudflap by default in FreeBSD. # Enable libmudflap by default in FreeBSD.
@ -2601,8 +2601,8 @@ case "${target}" in
powerpc-*-netware*) powerpc-*-netware*)
target_makefile_frag="config/mt-netware" target_makefile_frag="config/mt-netware"
;; ;;
*-*-linux*) *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
target_makefile_frag="config/mt-linux" target_makefile_frag="config/mt-gnu"
;; ;;
*-*-aix4.[3456789]* | *-*-aix[56789].*) *-*-aix4.[3456789]* | *-*-aix[56789].*)
# nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm

View File

@ -358,8 +358,8 @@ no)
;; ;;
"") "")
case "${target}" in case "${target}" in
*-*-linux*) *-*-linux*-gnu | *-*-gnu* | *-*-k*bsd*-gnu)
# Enable libmudflap by default in GNU/Linux. # Enable libmudflap by default in GNU and friends.
;; ;;
*-*-freebsd*) *-*-freebsd*)
# Enable libmudflap by default in FreeBSD. # Enable libmudflap by default in FreeBSD.
@ -1420,8 +1420,8 @@ case "${target}" in
powerpc-*-netware*) powerpc-*-netware*)
target_makefile_frag="config/mt-netware" target_makefile_frag="config/mt-netware"
;; ;;
*-*-linux*) *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
target_makefile_frag="config/mt-linux" target_makefile_frag="config/mt-gnu"
;; ;;
*-*-aix4.[[3456789]]* | *-*-aix[[56789]].*) *-*-aix4.[[3456789]]* | *-*-aix[[56789]].*)
# nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm