reported by Chris G.
2001-01-08 Benjamin Kosnik <bkoz@redhat.com> reported by Chris G. Demetriou <cgd@sibyte.com> * configure.in: Change -linux-* to -linux*. * configure: Regenerate. From-SVN: r38804
This commit is contained in:
parent
b15bca310f
commit
1d8939ef8a
@ -1,3 +1,9 @@
|
|||||||
|
2001-01-08 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
reported by Chris G. Demetriou <cgd@sibyte.com>
|
||||||
|
* configure.in: Change -linux-* to -linux*.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2001-01-05 Benjamin Kosnik <bkoz@redhat.com>
|
2001-01-05 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
Fix 27_io/filebuf_members.cc
|
Fix 27_io/filebuf_members.cc
|
||||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -3227,7 +3227,7 @@ if test -n "$with_cross_host"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "$target_alias" in
|
case "$target_alias" in
|
||||||
*-linux-*)
|
*-linux*)
|
||||||
# Construct linux crosses by hand, eliminating bits that need ld...
|
# Construct linux crosses by hand, eliminating bits that need ld...
|
||||||
# Check for available headers.
|
# Check for available headers.
|
||||||
for ac_hdr in nan.h ieeefp.h endian.h sys/isa_defs.h \
|
for ac_hdr in nan.h ieeefp.h endian.h sys/isa_defs.h \
|
||||||
|
@ -61,7 +61,7 @@ if test -n "$with_cross_host"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "$target_alias" in
|
case "$target_alias" in
|
||||||
*-linux-*)
|
*-linux*)
|
||||||
# Construct linux crosses by hand, eliminating bits that need ld...
|
# Construct linux crosses by hand, eliminating bits that need ld...
|
||||||
# Check for available headers.
|
# Check for available headers.
|
||||||
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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user