[Pkg-javascript-devel] Bug#772023: nodejs v4.0.0 released
Robert Nelson
robertcnelson at gmail.com
Tue Sep 15 18:45:43 UTC 2015
On Tue, Sep 15, 2015 at 3:34 AM, Jérémy Lal <kapouer at melix.org> wrote:
>
>
> 2015-09-15 10:09 GMT+02:00 Edmund Grimley Evans
> <edmund.grimley.evans at gmail.com>:
>>
>> I was able to build it on armel with the attached patch. I only tested
>> in a chroot under QEMU, so perhaps it won't work on real hardware.
>> However, if you could include this patch, or something like it, with
>> the next upload I'd be interested to see what happens.
Sorry guys:
ifeq (armel, $(DEB_HOST_ARCH))
CC = gcc -march=armv6
CXX = g++ -march=armv6
export CC
export CXX
endif
That's actually not going to work for "armel" hardware... "armel" is
currently built as "armv4t", so "-march=armv6" is going to cause
invalid instruction faults on devices running armel..
https://en.wikipedia.org/wiki/List_of_ARM_microarchitectures
While there is some talk to possibly bump it to "armv5" for stretch:
https://lists.debian.org/debian-arm/2015/09/msg00038.html
Regards,
--
Robert Nelson
https://rcn-ee.com/
More information about the Pkg-javascript-devel
mailing list