tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Rust and Q-branching



From: Havard Eidnes <he%NetBSD.org@localhost>
Subject: Re: Rust and Q-branching
Date: Tue, 07 Sep 2021 11:55:36 +0200 (CEST)

> Borderline is perhaps also NetBSD/aarch64(?) -- do we have
> firefox building and working on that?  The build resources I have
> available are however inadequate to build www/firefox on aarch64
> in acceptable time, it's barely sufficient to test-build rust,
> "natively".

with RPI4, works well.
arm64# ls -lt fire*
-rw-r--r--  1 root  wheel  47084071 Aug 27 01:56 firefox-l10n-91.0.2.tgz
-rw-r--r--  1 root  wheel  68373550 Aug 27 01:42 firefox-91.0.2nb1.tgz
-rw-r--r--  1 root  wheel  47077892 Aug 23 05:15 firefox-l10n-91.0.1.tgz
-rw-r--r--  1 root  wheel  68366520 Aug 23 05:01 firefox-91.0.1.tgz
-rw-r--r--  1 root  wheel  47081638 Aug 15 06:18 firefox-l10n-91.0.tgz
-rw-r--r--  1 root  wheel  68370722 Aug 15 06:17 firefox-91.0.tgz

armv7:
failed

// out of topic:
armv6:
with fix  ARM_ARCH=`${CC-cc} ${CFLAGS} -dM -E - < /dev/null | sed -n 's/.*__ARM_ARCH_\([[0-9]][[0-9]]*\).*/\1/p'|grep -v 6ZK` in autoconf_arch.m4

firefox52-52.9.0nb39.tgz

rpi$ ${CC-cc} ${CFLAGS} -dM -E - < /dev/null |grep ARM_ARCH
#define __ARM_ARCH_ISA_ARM 1
#define __ARM_ARCH_6KZ__ 1
#define __ARM_ARCH_ISA_THUMB 1
#define __ARM_ARCH 6
#define __ARM_ARCH_6ZK__ 1

--
Jun Ebihara


Home | Main Index | Thread Index | Old Index