svn commit: r291973 - head/targets/pseudo/universe

Bryan Drewery bdrewery at FreeBSD.org
Tue Dec 8 00:22:26 UTC 2015


Author: bdrewery
Date: Tue Dec  8 00:22:24 2015
New Revision: 291973
URL: https://svnweb.freebsd.org/changeset/base/291973

Log:
  local.meta.sys.mk already defines TARGET_ARCHES_arm

Modified:
  head/targets/pseudo/universe/Makefile

Modified: head/targets/pseudo/universe/Makefile
==============================================================================
--- head/targets/pseudo/universe/Makefile	Mon Dec  7 23:53:01 2015	(r291972)
+++ head/targets/pseudo/universe/Makefile	Tue Dec  8 00:22:24 2015	(r291973)
@@ -36,8 +36,6 @@ UNIVERSE_TARGET_RELDIR?= targets/pseudo/
 
 # the list of machines
 TARGET_MACHINE_LIST = i386 amd64
-# some machines have more than one arch
-TARGET_ARCHES_arm?=     arm armeb armv6 armv6hf
 
 # avoid ../Makefile.inc defining this
 all:


More information about the svn-src-head mailing list