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)
Sun, Jul 14, 4:31 PM
Unknown Object (File)
Fri, Jul 12, 8:22 AM
Unknown Object (File)
Tue, Jul 9, 5:56 AM
Unknown Object (File)
Sun, Jul 7, 7:20 PM
Unknown Object (File)
Sat, Jul 6, 1:49 PM
Unknown Object (File)
Thu, Jul 4, 10:12 AM
Unknown Object (File)
Sat, Jun 29, 12:25 AM
Unknown Object (File)
Thu, Jun 27, 6:06 PM

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.