Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Add MACHINES.${MACHINE_CPU} values.
details: https://anonhg.NetBSD.org/src/rev/e7044127776d
branches: trunk
changeset: 325101:e7044127776d
user: matt <matt%NetBSD.org@localhost>
date: Thu Dec 05 22:51:08 2013 +0000
description:
Add MACHINES.${MACHINE_CPU} values.
diffstat:
share/mk/bsd.own.mk | 23 ++++++++++++++++++++++-
1 files changed, 22 insertions(+), 1 deletions(-)
diffs (37 lines):
diff -r b0b8ea03c604 -r e7044127776d share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Dec 05 22:49:33 2013 +0000
+++ b/share/mk/bsd.own.mk Thu Dec 05 22:51:08 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.755 2013/10/29 16:11:46 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.756 2013/12/05 22:51:08 matt Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -486,6 +486,27 @@
CTFMERGE= ${TOOL_CTFMERGE}
.endif
+# For each ${MACHINE_CPU}, list the ports that use it.
+MACHINES.alpha= alpha
+MACHINES.arm= acorn26 acorn32 cats epoc32 evbarm hpcarm \
+ iyonix netwinder shark zaurus
+MACHINES.coldfire= evbcf
+MACHINES.i386= i386
+MACHINES.ia64= ia64
+MACHINES.hppa= hp700
+MACHINES.m68000= sun2
+MACHINES.m68k= amiga atari cesfic hp300 luna68k mac68k \
+ news68k next68k sun3 x68k
+MACHINES.mips= arc cobalt algor cobalt emips evbmips ews4800mips \
+ hpcmips mipsco newsmips pmax sbmips sgimips
+MACHINES.powerpc= amigappc bebox evbppc ibmnws macppc mvmeppc \
+ ofppc prep rs6000 sandpoint
+MACHINES.sh3= dreamcast evbsh3 hpcsh landisk mmeye
+MACHINES.sparc= sparc
+MACHINES.sparc64= sparc64
+MACHINES.vax= vax
+MACHINES.x86_64= amd64
+
# OBJCOPY flags to create a.out binaries for old firmware
# shared among src/distrib and ${MACHINE}/conf/Makefile.${MACHINE}.inc
.if ${MACHINE_CPU} == "arm"
Home |
Main Index |
Thread Index |
Old Index