mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2002-03-20 Keith Thompson <kst@sdsc.edu>
* config.guess (ia64:Linux:*:*): Output "ia64-unknown-linux-gnu".
This commit is contained in:
parent
b87defc950
commit
f4fec78b4b
@ -1,3 +1,7 @@
|
||||
2002-03-20 Keith Thompson <kst@sdsc.edu>
|
||||
|
||||
* config.guess (ia64:Linux:*:*): Output "ia64-unknown-linux-gnu".
|
||||
|
||||
2002-03-20 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.guess (set_cc_for_build): Add c99 to list of candidates.
|
||||
|
2
config.guess
vendored
2
config.guess
vendored
@ -760,7 +760,7 @@ EOF
|
||||
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
||||
exit 0 ;;
|
||||
ia64:Linux:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-linux
|
||||
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
||||
exit 0 ;;
|
||||
m68*:Linux:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
||||
|
Loading…
x
Reference in New Issue
Block a user