Module Name:    src
Committed By:   jmcneill
Date:           Sat May 23 10:59:25 UTC 2020

Modified Files:
        src: build.sh

Log Message:
Remove evbarm OABI targets


To generate a diff of this commit:
cvs rdiff -u -r1.335 -r1.336 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.335 src/build.sh:1.336
--- src/build.sh:1.335	Mon May 18 21:19:34 2020
+++ src/build.sh	Sat May 23 10:59:25 2020
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#	$NetBSD: build.sh,v 1.335 2020/05/18 21:19:34 jmcneill Exp $
+#	$NetBSD: build.sh,v 1.336 2020/05/23 10:59:25 jmcneill Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -637,8 +637,6 @@ MACHINE=dreamcast	MACHINE_ARCH=sh3el
 MACHINE=emips		MACHINE_ARCH=mipseb
 MACHINE=epoc32		MACHINE_ARCH=arm
 MACHINE=epoc32		MACHINE_ARCH=earmv4	ALIAS=eepoc32 DEFAULT
-MACHINE=evbarm		MACHINE_ARCH=arm	ALIAS=evboarm-el
-MACHINE=evbarm		MACHINE_ARCH=armeb	ALIAS=evboarm-eb
 MACHINE=evbarm		MACHINE_ARCH=earm	ALIAS=evbearm-el	ALIAS=evbarm-el DEFAULT
 MACHINE=evbarm		MACHINE_ARCH=earmeb	ALIAS=evbearm-eb	ALIAS=evbarm-eb
 MACHINE=evbarm		MACHINE_ARCH=earmhf	ALIAS=evbearmhf-el	ALIAS=evbarmhf-el
@@ -1940,7 +1938,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.335 2020/05/18 21:19:34 jmcneill Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.336 2020/05/23 10:59:25 jmcneill Exp $
 # with these arguments: ${_args}
 #
 

Reply via email to