svn commit: r334153 - head
Ed Maste
emaste at FreeBSD.org
Thu May 24 14:01:23 UTC 2018
Author: emaste
Date: Thu May 24 14:01:22 2018
New Revision: 334153
URL: https://svnweb.freebsd.org/changeset/base/334153
Log:
Restore arm, riscv, sparc64, and mips to UNIVERSE after r334128
Modified:
head/Makefile
Modified: head/Makefile
==============================================================================
--- head/Makefile Thu May 24 13:17:24 2018 (r334152)
+++ head/Makefile Thu May 24 14:01:22 2018 (r334153)
@@ -481,8 +481,7 @@ worlds: .PHONY
# existing system is.
#
.if make(universe) || make(universe_kernels) || make(tinderbox) || make(targets)
-TARGETS?=amd64 i386 powerpc arm64
-#riscv arm sparc64 mips
+TARGETS?=amd64 arm arm64 i386 mips powerpc riscv sparc64
_UNIVERSE_TARGETS= ${TARGETS}
TARGET_ARCHES_arm?= arm armeb armv6 armv7
TARGET_ARCHES_arm64?= aarch64
More information about the svn-src-all
mailing list