Bug 249495

Summary: Mk/bsd.default-versions.mk: Update possible values of GCC
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Gerald Pfeifer <gerald>
Status: Closed Works As Intended    
Severity: Affects Only Me CC: danfe, gerald
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch file none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2020-09-21 08:19:22 UTC
Created attachment 218129 [details]
Patch file

Update possible values of GCC.
Comment 1 Alexey Dokuchaev freebsd_committer freebsd_triage 2021-01-20 04:22:55 UTC
Over to GCC maintainer.
Comment 2 Gerald Pfeifer freebsd_committer freebsd_triage 2021-01-20 18:02:11 UTC
Thank you for proposing this.

In my checkout, since 

   r559637 | pkubaj | 2020-12-30 03:12:58

  Switch default GCC for powerpc64le to 10.

  9 does not yet work and the switch to 10 is near.

  PR:             251670
  Approved by:    gerald@ (maintainer)

the line reads

  # Possible values: 8, 9 (powerpcspe was dropped with GCC 9), 10

so the diff, which is against revision 549084 does not apply.

Please always run `svn up` before proposing patches to ensure you are 
working against the current version of the tree and patches apply.


I am going to close this as "Works As Intended", since version 10 is
already in the list and we do not recommend version 11 for users at
this point (still undergoing pre-release development).

Of course you are welcome to give 11 a try, just note we won't be able
to provide help at this point.