diff options
author | attilio <attilio@FreeBSD.org> | 2011-05-14 01:53:38 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2011-05-14 01:53:38 +0000 |
commit | 96139278ce494a26eccc69bb52085b52a50722b7 (patch) | |
tree | 7673b284ad690bef683dca3bdfe5aeb355305893 /Makefile.inc1 | |
parent | 882abde07ade9dbd393ef81d8d65cf3562e85bfc (diff) | |
download | FreeBSD-src-96139278ce494a26eccc69bb52085b52a50722b7.zip FreeBSD-src-96139278ce494a26eccc69bb52085b52a50722b7.tar.gz |
Disconnect sun4v architecture from the three.
Some files keep the SUN4V tags as a code reference, for the future,
if any rewamped sun4v support wants to be added again.
Reviewed by: marius
Tested by: sbruno
Approved by: re
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index fc774f2..907cdce 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -130,7 +130,7 @@ VERSION!= uname -srp VERSION+= ${OSRELDATE} .endif -KNOWN_ARCHES?= amd64 arm armeb/arm i386 i386/pc98 ia64 mipsel/mips mipseb/mips mips64el/mips mips64eb/mips mipsn32el/mips mipsn32eb/mips powerpc powerpc64/powerpc sparc64 sparc64/sun4v +KNOWN_ARCHES?= amd64 arm armeb/arm i386 i386/pc98 ia64 mipsel/mips mipseb/mips mips64el/mips mips64eb/mips mipsn32el/mips mipsn32eb/mips powerpc powerpc64/powerpc sparc64 .if ${TARGET} == ${TARGET_ARCH} _t= ${TARGET} .else |