Page MenuHomeFreeBSD

Emacs ports: USE_GCC with NATIVECOMP options
ClosedPublic

Authored by jrm on Nov 5 2022, 3:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 9, 3:02 PM
Unknown Object (File)
Sat, Nov 30, 2:30 AM
Unknown Object (File)
Nov 26 2024, 5:44 AM
Unknown Object (File)
Nov 24 2024, 1:30 PM
Unknown Object (File)
Nov 23 2024, 2:00 AM
Unknown Object (File)
Nov 17 2024, 5:03 AM
Unknown Object (File)
Nov 10 2024, 2:47 PM
Unknown Object (File)
Nov 1 2024, 9:51 AM

Details

Summary

In order to allow concurrent GCC ports to be installed, the GCC ports
have started to install some header files in non-standard locations.
Emacs built with NATIVECOMP requires GCC jit libraries, so rather than
patching to search in non-standard locations for their header
files, just build Emacs with GCC when NATIVECOMP is turned on.

PR: 257060

Diff Detail

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

Event Timeline

jrm requested review of this revision.Nov 5 2022, 3:17 AM

Remove whitespace change

Ensure GCC version 11+ is used when building with NATIVECOMP

Looks good to me. I have built editors/emacs successfully after applying the patch in https://reviews.freebsd.org/D37266 for GCC 11 and your patch.

I also confirmed that combination with D37266 works fine on 13.1-RELEASE amd64.

This revision is now accepted and ready to land.Nov 5 2022, 9:54 AM

Yes, this looks good - I have been using USE_GCC=11+ for emacs & NATIVECOMP for a few months now with success. Sorry I forgot to submit the change for review - and thanks for picking it up. -- John

I'll commit just after @salvadore commits D37266. I'll also bump PORTREVSION.