diff options
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 2 | ||||
-rw-r--r-- | libstdc++-v3/configure.in | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f1a4dcd..d39279a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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> Fix 27_io/filebuf_members.cc diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index a0ff2b7..395bfd3 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -3227,7 +3227,7 @@ if test -n "$with_cross_host"; then fi case "$target_alias" in - *-linux-*) + *-linux*) # Construct linux crosses by hand, eliminating bits that need ld... # Check for available headers. for ac_hdr in nan.h ieeefp.h endian.h sys/isa_defs.h \ diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index 5d2f7d5..8e828a7 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -61,7 +61,7 @@ if test -n "$with_cross_host"; then fi case "$target_alias" in - *-linux-*) + *-linux*) # Construct linux crosses by hand, eliminating bits that need ld... # Check for available headers. AC_CHECK_HEADERS([nan.h ieeefp.h endian.h sys/isa_defs.h \ |