diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-03 20:54:19 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-03 20:54:19 +0000 |
commit | 3d6dfe0f317f08dc7afaaa24f39a794d040b43a3 (patch) | |
tree | 70676a7b00f0759740ad837f81d3059f1e82dacf /configure | |
parent | b813574b90438652cf236f9b422f27a8b7eb6c9f (diff) | |
download | binutils-gdb-3d6dfe0f317f08dc7afaaa24f39a794d040b43a3.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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
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 |