From 10a2975a278af3f3eb4eb8b20c8c2d53795a18a3 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 11 Jan 2001 12:58:37 +0000 Subject: Add configuration for GNU Hurd. --- config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config b/config index 429574b11e..cdf0d0ce98 100755 --- a/config +++ b/config @@ -126,6 +126,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in echo "${MACHINE}-whatever-linux1"; exit 0 ;; + GNU*) + echo "hurd-x86"; exit 0; + ;; + LynxOS:*) echo "${MACHINE}-lynx-lynxos"; exit 0 ;; -- cgit v1.2.3