mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
2002-01-23 Ben Elliston <bje@redhat.com>
* config.guess (i*86:Linux:*:*): Specifically handle the Intel icc compiler, which doesn't define __ELF__. Submitted by Erik Lindahl <lindahl@stanford.edu>.
This commit is contained in:
parent
dcaf91525a
commit
ce872a322b
@ -1,3 +1,9 @@
|
|||||||
|
2002-01-23 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
|
* config.guess (i*86:Linux:*:*): Specifically handle the Intel icc
|
||||||
|
compiler, which doesn't define __ELF__. Submitted by Erik Lindahl
|
||||||
|
<lindahl@stanford.edu>.
|
||||||
|
|
||||||
2002-01-22 Nicola Pero <nicola@brainstorm.co.uk>
|
2002-01-22 Nicola Pero <nicola@brainstorm.co.uk>
|
||||||
|
|
||||||
* config.guess (i*86:Linux:*:*): Fixed: export LANG=C before
|
* config.guess (i*86:Linux:*:*): Fixed: export LANG=C before
|
||||||
|
6
config.guess
vendored
6
config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002 Free Software Foundation, Inc.
|
# 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2002-01-22'
|
timestamp='2002-01-23'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -876,8 +876,12 @@ EOF
|
|||||||
LIBC=gnulibc1
|
LIBC=gnulibc1
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
|
#ifdef __INTEL_COMPILER
|
||||||
|
LIBC=gnu
|
||||||
|
#else
|
||||||
LIBC=gnuaout
|
LIBC=gnuaout
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
EOF
|
EOF
|
||||||
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
|
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
|
||||||
rm -f $dummy.c
|
rm -f $dummy.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user