svn commit: r231218 - stable/8

Bjoern A. Zeeb bz at FreeBSD.org
Wed Feb 8 18:21:49 UTC 2012


Author: bz
Date: Wed Feb  8 18:21:48 2012
New Revision: 231218
URL: http://svn.freebsd.org/changeset/base/231218

Log:
  Remove sun4v from universe targets.
  
  Approved by:	re

Modified:
  stable/8/Makefile

Modified: stable/8/Makefile
==============================================================================
--- stable/8/Makefile	Wed Feb  8 17:54:11 2012	(r231217)
+++ stable/8/Makefile	Wed Feb  8 18:21:48 2012	(r231218)
@@ -284,7 +284,7 @@ toolchains:
 # existing system is.
 #
 .if make(universe) || make(universe_kernels) || make(tinderbox)
-TARGETS?=amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v
+TARGETS?=amd64 arm i386 ia64 mips pc98 powerpc sparc64
 
 .if defined(UNIVERSE_TARGET)
 MAKE_JUST_WORLDS=	YES


More information about the svn-src-stable mailing list