From 796c8a1016489dbe07d12e5f4b41e9c9c9114924 Mon Sep 17 00:00:00 2001 From: fvdl Date: Sat, 26 Apr 2003 18:42:34 +0000 Subject: [PATCH] Adapt for x86_64 -> amd64 rename. --- build.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 5936460c5926..cd46a2b293a1 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #! /usr/bin/env sh -# $NetBSD: build.sh,v 1.95 2003/03/14 05:22:50 thorpej Exp $ +# $NetBSD: build.sh,v 1.96 2003/04/26 18:42:34 fvdl Exp $ # # Copyright (c) 2001-2003 The NetBSD Foundation, Inc. # All rights reserved. @@ -168,8 +168,11 @@ getarch() evbsh5) MACHINE_ARCH=sh5el ;; + amd64) + MACHINE_ARCH=x86_64 + ;; - alpha|i386|sparc|sparc64|vax|x86_64) + alpha|i386|sparc|sparc64|vax) MACHINE_ARCH=$MACHINE ;; @@ -698,7 +701,7 @@ createmakewrapper() eval cat <