From: bkoz Date: Mon, 8 Jan 2001 17:53:52 +0000 (+0000) Subject: 2001-01-08 Benjamin Kosnik X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56dd668ecc57a1147ab27b0949165f59e32b39cc;p=thirdparty%2Fgcc.git 2001-01-08 Benjamin Kosnik reported by Chris G. Demetriou * configure.in: Change -linux-* to -linux*. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38804 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f1a4dcd49862..d39279a980a5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2001-01-08 Benjamin Kosnik + + reported by Chris G. Demetriou + * configure.in: Change -linux-* to -linux*. + * configure: Regenerate. + 2001-01-05 Benjamin Kosnik Fix 27_io/filebuf_members.cc diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index a0ff2b7ffde9..395bfd3685b2 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 5d2f7d5a9b38..8e828a79b0fe 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 \