Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Adapt for x86_64 -> amd64 rename.



details:   https://anonhg.NetBSD.org/src/rev/8e1a7d18f47f
branches:  trunk
changeset: 546348:8e1a7d18f47f
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sat Apr 26 18:42:34 2003 +0000

description:
Adapt for x86_64 -> amd64 rename.

diffstat:

 build.sh |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 39684980ed91 -r 8e1a7d18f47f build.sh
--- a/build.sh  Sat Apr 26 18:40:00 2003 +0000
+++ b/build.sh  Sat Apr 26 18:42:34 2003 +0000
@@ -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 @@
        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 @@
        eval cat <<EOF $makewrapout
 #! /bin/sh
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.95 2003/03/14 05:22:50 thorpej Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.96 2003/04/26 18:42:34 fvdl Exp $
 #
 
 EOF



Home | Main Index | Thread Index | Old Index