mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 05:44:15 +08:00
crossconfig.m4 (*-uclinux*): New target.
* crossconfig.m4 (*-uclinux*): New target. * configure: Regenerate. From-SVN: r72325
This commit is contained in:
parent
a2ef3db72b
commit
796d7a8605
@ -1,3 +1,8 @@
|
||||
2003-10-11 Bernardo Innocenti <bernie@develer.com>
|
||||
|
||||
* crossconfig.m4 (*-uclinux*): New target.
|
||||
* configure: Regenerate.
|
||||
|
||||
2003-10-10 Paolo Carlini <pcarlini@unitus.it>
|
||||
|
||||
* include/bits/ostream.tcc (operator<<(basic_ostream&, _CharT))
|
||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -51047,7 +51047,7 @@ _ACEOF
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*-linux*)
|
||||
*-linux* | *-uclinux*)
|
||||
#os_include_dir="os/gnu-linux"
|
||||
|
||||
|
||||
|
@ -125,7 +125,7 @@ case "${host}" in
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*-linux*)
|
||||
*-linux* | *-uclinux*)
|
||||
#os_include_dir="os/gnu-linux"
|
||||
AC_CHECK_HEADERS([nan.h ieeefp.h endian.h sys/isa_defs.h \
|
||||
machine/endian.h machine/param.h sys/machine.h sys/types.h \
|
||||
|
Loading…
Reference in New Issue
Block a user