Re: git: 9b5f5ab8482f - main - Mk/bsd.gcc.mk: Remove support for USE_GCC=X+
- Reply: Ashish SHUKLA : "Re: git: 9b5f5ab8482f - main - Mk/bsd.gcc.mk: Remove support for USE_GCC=X+"
- Reply: Yasuhiro Kimura : "Re: git: 9b5f5ab8482f - main - Mk/bsd.gcc.mk: Remove support for USE_GCC=X+"
- Reply: Gerald Pfeifer : "Re: git: 9b5f5ab8482f - main - Mk/bsd.gcc.mk: Remove support for USE_GCC=X+"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Jan 2023 03:01:41 UTC
On Mon, 2023-01-09 at 01:57, Colin Percival <cperciva@tarsnap.com> wrote: > On 1/8/23 16:35, Gerald Pfeifer wrote: >> At this point most ports that employ USE_GCC have the USE_GCC=yes >> form, some have USE_GCC=X (where X is an older version of GCC than >> the current default), and none is left with USE_GCC=X+. > make_index: /usr/ports/editors/emacs-devel: no entry for /usr/ports/lang/gcc11+ Since the default gcc version is now 12, we can now switch from NATIVECOMP_USE=GCC=11+ to NATIVECOMP_USE=GCC=yes in editors/emacs-devel. I'll make that change as soon as some tests finish building.