mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
2002-12-17 John David Anglin <dave@hiauly1.hia.nrc.ca>
* config.guess (hppa*): Remove tmpdir when CC_FOR_BUILD is set.
This commit is contained in:
parent
9a1cd2ff09
commit
37209163a0
@ -1,3 +1,7 @@
|
|||||||
|
2002-12-17 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||||
|
|
||||||
|
* config.guess (hppa*): Remove tmpdir when CC_FOR_BUILD is set.
|
||||||
|
|
||||||
2002-12-11 Ben Elliston <bje@redhat.com>
|
2002-12-11 Ben Elliston <bje@redhat.com>
|
||||||
Dave Anglin <dave.anglin@nrc.ca>
|
Dave Anglin <dave.anglin@nrc.ca>
|
||||||
Ross Alexander <ross.alexander@uk.neceur.com>
|
Ross Alexander <ross.alexander@uk.neceur.com>
|
||||||
|
5
config.guess
vendored
5
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-12-11'
|
timestamp='2002-12-17'
|
||||||
|
|
||||||
# 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
|
||||||
@ -636,7 +636,7 @@ EOF
|
|||||||
EOF
|
EOF
|
||||||
(CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
|
(CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
|
||||||
test -z "$HP_ARCH" && HP_ARCH=hppa
|
test -z "$HP_ARCH" && HP_ARCH=hppa
|
||||||
rm -f $dummy.c $dummy && rmdir $tmpdir
|
rm -f $dummy.c $dummy
|
||||||
fi ;;
|
fi ;;
|
||||||
esac
|
esac
|
||||||
if [ ${HP_ARCH} = "hppa2.0w" ]
|
if [ ${HP_ARCH} = "hppa2.0w" ]
|
||||||
@ -650,6 +650,7 @@ EOF
|
|||||||
HP_ARCH="hppa64"
|
HP_ARCH="hppa64"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
test -n "$CC_FOR_BUILD" && rmdir $tmpdir
|
||||||
echo ${HP_ARCH}-hp-hpux${HPUX_REV}
|
echo ${HP_ARCH}-hp-hpux${HPUX_REV}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
ia64:HP-UX:*:*)
|
ia64:HP-UX:*:*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user