mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess: Remove the C program that detects ancient
operating systems without using uname(1).
This commit is contained in:
parent
83dc3e68b2
commit
4fe9ffeda1
@ -1,3 +1,8 @@
|
|||||||
|
2014-01-25 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.guess: Remove the C program that detects ancient
|
||||||
|
operating systems without using uname(1).
|
||||||
|
|
||||||
2014-01-25 Ben Elliston <bje@gnu.org>
|
2014-01-25 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* config.guess (arm-acron-riscix): Remove from the C program.
|
* config.guess (arm-acron-riscix): Remove from the C program.
|
||||||
|
15
config.guess
vendored
15
config.guess
vendored
@ -1371,21 +1371,6 @@ EOF
|
|||||||
exit ;;
|
exit ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
eval $set_cc_for_build
|
|
||||||
cat >$dummy.c <<EOF
|
|
||||||
#ifdef _SEQUENT_
|
|
||||||
# include <sys/types.h>
|
|
||||||
# include <sys/utsname.h>
|
|
||||||
#endif
|
|
||||||
main ()
|
|
||||||
{
|
|
||||||
exit (1);
|
|
||||||
}
|
|
||||||
EOF
|
|
||||||
|
|
||||||
$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
|
|
||||||
{ echo "$SYSTEM_NAME"; exit; }
|
|
||||||
|
|
||||||
# Apollos put the system type in the environment.
|
# Apollos put the system type in the environment.
|
||||||
|
|
||||||
test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
|
test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user