Opened 4 years ago
Last modified 4 years ago
#63932 new defect
gcc11 offers a universal variant on macOS 10.15 where universal is not possible
| Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.7.1 |
| Keywords: | catalina | Cc: | cooljeanius (Eric Gallager) |
| Port: | gcc11 |
Description
gcc11 offers a universal variant on macOS 10.15 where universal is not possible. This may apply to other gcc ports as well.
Change History (2)
comment:1 Changed 4 years ago by jmroot (Joshua Root)
comment:2 Changed 4 years ago by cooljeanius (Eric Gallager)
| Cc: | cooljeanius added |
|---|
Note: See
TracTickets for help on using
tickets.

I think this is due to directly setting
configure.universal_archs. So it should just not do that when universal is not possible.