diff --git a/ChangeLog b/ChangeLog index 0ac5762..dc547f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-01-25 Ben Elliston + + * config.guess: Remove the C program that detects ancient + operating systems without using uname(1). + 2014-01-25 Ben Elliston * config.guess (arm-acron-riscix): Remove from the C program. diff --git a/config.guess b/config.guess index ccc6baa..053c16a 100755 --- a/config.guess +++ b/config.guess @@ -1371,21 +1371,6 @@ EOF exit ;; esac -eval $set_cc_for_build -cat >$dummy.c < -# include -#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. test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }