re PR c++/12562 (Enable libstdc++-v3 compliation on *-gnu*)
2003-10-14 Jeff Bailey <jbailey@nisa.net> PR libstdc++/12562 * crossconfig.m4: Share the config between *-linux* and *-gnu*. * configure: Regenerate. From-SVN: r72510
This commit is contained in:
parent
28bac8bc74
commit
84e72d83e3
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-10-14 Jeff Bailey <jbailey@nisa.net>
|
||||
|
||||
PR libstdc++/12562
|
||||
* crossconfig.m4: Share the config between *-linux* and *-gnu*.
|
||||
* configure: Regenerate.
|
||||
|
||||
2003-10-14 Carlo Wood <carlo@alinoe.com>
|
||||
|
||||
PR libstdc++/12600
|
||||
|
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
|
@ -51047,7 +51047,7 @@ _ACEOF
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
*-linux* | *-uclinux*)
|
||||
*-linux* | *-uclinux* | *-gnu*)
|
||||
#os_include_dir="os/gnu-linux"
|
||||
|
||||
|
||||
|
|
|
@ -125,7 +125,7 @@ case "${host}" in
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
*-linux* | *-uclinux*)
|
||||
*-linux* | *-uclinux* | *-gnu*)
|
||||
#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…
Add table
Reference in a new issue