Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111847009
D2302.id4865.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
851 B
Referenced Files
None
Subscribers
None
D2302.id4865.diff
View Options
Index: head/Makefile
===================================================================
--- head/Makefile
+++ head/Makefile
@@ -374,6 +374,17 @@
#
.if make(universe) || make(universe_kernels) || make(tinderbox) || make(targets)
TARGETS?=amd64 arm i386 mips pc98 powerpc sparc64
+# XXX Add arm64 to universe only if we have an external binutils installed.
+# It does not build with the in-tree linnker.
+.if exists(/usr/local/aarch64-freebsd/bin/ld)
+TARGETS+=arm64
+TARGET_ARCHES_arm64?= aarch64
+.else
+universe: universe_arm64_skip
+universe_epilogue: universe_arm64_skip
+universe_arm64_skip: universe_prologue
+ @echo ">> arm64 skipped - install aarch64-binutils port or package to build"
+.endif
TARGET_ARCHES_arm?= arm armeb armv6 armv6hf
TARGET_ARCHES_mips?= mipsel mips mips64el mips64 mipsn32
TARGET_ARCHES_powerpc?= powerpc powerpc64
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 10, 5:54 AM (12 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17080525
Default Alt Text
D2302.id4865.diff (851 B)
Attached To
Mode
D2302: Add arm64 to universe if binutils is available
Attached
Detach File
Event Timeline
Log In to Comment