Skip to content

Commit

Permalink
editors/emacs: Tweak GCC requirement
Browse files Browse the repository at this point in the history
Support for the USE_GCC=X+ form was removed in 9b5f5ab.  Native
compilation requires GCC version 11 or newer and the default version of
GCC is now 12.

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
Jehops committed Jan 13, 2023
1 parent ff6d63b commit 822b699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/emacs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ MAILUTILS_CONFIGURE_ENV_OFF= ac_cv_lib_lockfile_maillock=no \
MODULES_CONFIGURE_WITH= modules
MOTIF_USES= motif
MOTIF_CONFIGURE_ON= --with-x-toolkit=motif
NATIVECOMP_USE= GCC=11+
NATIVECOMP_USE= GCC=yes
NATIVECOMP_CONFIGURE_WITH= native-compilation
NATIVECOMP_MAKE_ARGS= NATIVE_FULL_AOT=1
OSS_CONFIGURE_ON= --with-sound=oss
Expand Down

0 comments on commit 822b699

Please sign in to comment.