Page MenuHomeFreeBSD

Fix build of lang/spidermonkey52 for GCC-based targets
ClosedPublic

Authored by jhibbits on Sep 5 2018, 2:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 23 2023, 4:20 AM
Unknown Object (File)
Jun 15 2023, 7:03 PM
Unknown Object (File)
Jun 3 2023, 1:53 AM
Unknown Object (File)
Feb 7 2023, 10:47 PM
Unknown Object (File)
Jan 1 2023, 11:22 AM
Unknown Object (File)
Dec 22 2022, 10:31 AM
Unknown Object (File)
Dec 21 2022, 9:22 PM
Unknown Object (File)
Dec 8 2022, 11:01 PM
Subscribers

Details

Summary

Spidermonkey needs a C++11 compiler to build. However, it checks the
host compiler as 'gcc', not $CC. Set an override compiler to match $CC and
$CXX, so that ports gcc is used instead. This has been tested on powerpc64 and
mips.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

linimon retitled this revision from Fix build of spidermonkey for GCC-based targets to Fix build of lang/spidermonkey52 for GCC-based targets.Sep 5 2018, 2:47 PM
This revision was not accepted when it landed; it landed in state Needs Review.Sep 27 2018, 11:28 PM
This revision was automatically updated to reflect the committed changes.