Jonathan Gray schreef op 2017-02-19 03:16:
binutils 2.15 is built for gdb.  There is no support for arm64/aarch64
here and it doesn't build so don't try to.

Manual pages depend on running configure which again doesn't know about
aarch64.

ok kettenis@

Index: Makefile.bsd-wrapper
===================================================================
RCS file: /cvs/src/gnu/usr.bin/binutils/Makefile.bsd-wrapper,v
retrieving revision 1.85
diff -u -p -r1.85 Makefile.bsd-wrapper
--- Makefile.bsd-wrapper        18 Sep 2016 08:58:13 -0000      1.85
+++ Makefile.bsd-wrapper        17 Feb 2017 10:30:38 -0000
@@ -2,6 +2,11 @@

 .include <bsd.own.mk>

+.if ${MACHINE} == "arm64"
+NOPROG=yes
+NOMAN=yes
+.else
+
 CFLAGS+=       ${PIE_DEFAULT}
 # This allows moving the whole binutils installation around for
 # testing purposes
@@ -104,6 +109,9 @@ tags:
 BEFOREMAN=config.status

 .PHONY: config
+
+# end MD portion
+.endif

 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>

Reply via email to