From 4fe9ffeda113c1b948aa96f43e948e3b1b630667 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 25 Jan 2014 10:55:03 +1100 Subject: [PATCH] * config.guess: Remove the C program that detects ancient operating systems without using uname(1). --- ChangeLog | 5 +++++ config.guess | 15 --------------- 2 files changed, 5 insertions(+), 15 deletions(-) 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; }