https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249053
--- Comment #4 from Mikael Urankar <[email protected]> --- It builds for me (only tried 13-current) with: @@ -20,7 +21,21 @@ endif ifeq ($(CPU_ARCH),amd64) CPU_ARCH = x86_64 endif +ifneq (,$(filter arm%, $(CPU_ARCH))) +CPU_ARCH = arm +endif +ifneq (,$(filter powerpc%, $(CPU_ARCH))) +CPU_ARCH = ppc +endif +ifeq ($(CPU_ARCH),aarch64) +NS_USE_GCC = 1 +endif <snip> -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
