* configure.ac: Fix my previous change to really match GCC.
* configure: Regenerate.
This commit is contained in:
parent
7e644d8aed
commit
6e3117d51b
|
@ -1,3 +1,8 @@
|
||||||
|
2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
|
||||||
|
|
||||||
|
* configure.ac: Fix my previous change to really match GCC.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
* configure.ac: Rewrite 'configure --help' strings to look nicer.
|
* configure.ac: Rewrite 'configure --help' strings to look nicer.
|
||||||
|
|
|
@ -2086,7 +2086,7 @@ esac
|
||||||
# Disable libmudflap on some systems.
|
# Disable libmudflap on some systems.
|
||||||
if test x$enable_libmudflap = x ; then
|
if test x$enable_libmudflap = x ; then
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*)
|
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux*)
|
||||||
# Enable libmudflap by default in GNU and friends.
|
# Enable libmudflap by default in GNU and friends.
|
||||||
;;
|
;;
|
||||||
*-*-freebsd*)
|
*-*-freebsd*)
|
||||||
|
|
|
@ -364,7 +364,7 @@ esac
|
||||||
# Disable libmudflap on some systems.
|
# Disable libmudflap on some systems.
|
||||||
if test x$enable_libmudflap = x ; then
|
if test x$enable_libmudflap = x ; then
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*)
|
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux*)
|
||||||
# Enable libmudflap by default in GNU and friends.
|
# Enable libmudflap by default in GNU and friends.
|
||||||
;;
|
;;
|
||||||
*-*-freebsd*)
|
*-*-freebsd*)
|
||||||
|
|
Loading…
Reference in New Issue