diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-08 17:53:52 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-08 17:53:52 +0000 |
commit | 56dd668ecc57a1147ab27b0949165f59e32b39cc (patch) | |
tree | 540c2b5bd025d4e34ae6030d83b67bcc3d6ab9e5 /libstdc++-v3/configure | |
parent | e1159bbefca8e3990fc492e8923dd6d6137823d0 (diff) | |
download | ppe42-gcc-56dd668ecc57a1147ab27b0949165f59e32b39cc.tar.gz ppe42-gcc-56dd668ecc57a1147ab27b0949165f59e32b39cc.zip |
2001-01-08 Benjamin Kosnik <bkoz@redhat.com>
reported by Chris G. Demetriou <cgd@sibyte.com>
* 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
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index a0ff2b7ffde..395bfd3685b 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 \ |