Module Name: src
Committed By: matt
Date: Wed Sep 3 19:32:18 UTC 2014
Modified Files:
src: build.sh
Log Message:
Add or1k MACHINE/MACHINE_ARCH.
To generate a diff of this commit:
cvs rdiff -u -r1.295 -r1.296 src/build.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/build.sh
diff -u src/build.sh:1.295 src/build.sh:1.296
--- src/build.sh:1.295 Fri Aug 15 18:34:19 2014
+++ src/build.sh Wed Sep 3 19:32:18 2014
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.295 2014/08/15 18:34:19 apb Exp $
+# $NetBSD: build.sh,v 1.296 2014/09/03 19:32:18 matt Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -691,6 +691,7 @@ MACHINE=newsmips MACHINE_ARCH=mipseb
MACHINE=next68k MACHINE_ARCH=m68k
MACHINE=ofppc MACHINE_ARCH=powerpc DEFAULT
MACHINE=ofppc MACHINE_ARCH=powerpc64 ALIAS=ofppc64
+MACHINE=or1k MACHINE_ARCH=or1k
MACHINE=playstation2 MACHINE_ARCH=mipsel
MACHINE=pmax MACHINE_ARCH=mips64el ALIAS=pmax64
MACHINE=pmax MACHINE_ARCH=mipsel DEFAULT
@@ -1867,7 +1868,7 @@ createmakewrapper()
eval cat <<EOF ${makewrapout}
#! ${HOST_SH}
# Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from: \$NetBSD: build.sh,v 1.295 2014/08/15 18:34:19 apb Exp $
+# Generated from: \$NetBSD: build.sh,v 1.296 2014/09/03 19:32:18 matt Exp $
# with these arguments: ${_args}
#