As of node 9.3.0, a bug was fixed preventing builds with gcc. Don't prevent gcc
from building it now.
Details
Details
- Reviewers
bhughes - Commits
- rP461971: Mark www/node as buildable by powerpc64
Built for powerpc64
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I don't see anything in the node source that's platform specific. Granted, I haven't test-compiled for mips, so it might be broken, but gcc is no longer the limiting factor (I only have powerpc machines).
Comment Actions
Testing further, on my powerpcspe machine, It looks like node.js needs a little work for the configure script to build on powerpc, powerpcspe, and possibly mips. So I'll just add powerpc64 to the ONLY_FOR_ARCHS line instead.
Comment Actions
Only add powerpc64 to node Makefile. powerpc and powerpcspe still need work,
and mips is unknown.