mirror of git://gcc.gnu.org/git/gcc.git
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>
|
2003-10-10 Paolo Carlini <pcarlini@unitus.it>
|
||||||
|
|
||||||
* include/bits/ostream.tcc (operator<<(basic_ostream&, _CharT))
|
* include/bits/ostream.tcc (operator<<(basic_ostream&, _CharT))
|
||||||
|
|
|
@ -51047,7 +51047,7 @@ _ACEOF
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*-linux*)
|
*-linux* | *-uclinux*)
|
||||||
#os_include_dir="os/gnu-linux"
|
#os_include_dir="os/gnu-linux"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -125,7 +125,7 @@ case "${host}" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*-linux*)
|
*-linux* | *-uclinux*)
|
||||||
#os_include_dir="os/gnu-linux"
|
#os_include_dir="os/gnu-linux"
|
||||||
AC_CHECK_HEADERS([nan.h ieeefp.h endian.h sys/isa_defs.h \
|
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 \
|
machine/endian.h machine/param.h sys/machine.h sys/types.h \
|
||||||
|
|
Loading…
Reference in New Issue