Opened 16 years ago
Closed 15 years ago
#17458 closed enhancement (fixed)
RFE: Add gcc42 to gcc_select
Reported by: | raimue (Rainer Müller) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | gcc42 | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
Port: | gcc_select |
Description
Add a new select file to support gcc42 on Leopard. I assume everyone has at least Xcode 3.1, as it is the usual MacPorts policy to require the latest Xcode.
Attachments (2)
Change History (8)
Changed 16 years ago by raimue (Rainer Müller)
Attachment: | patch-gcc_select-gcc42.diff added |
---|
Changed 16 years ago by raimue (Rainer Müller)
Attachment: | patch-gcc_select-gcc42.2.diff added |
---|
comment:1 Changed 16 years ago by raimue (Rainer Müller)
comment:2 Changed 16 years ago by raimue (Rainer Müller)
By the way, why are we symlinking c++ in addition to g++, but not cc in addition to gcc? Also not c89 or c99. Should we do this?
comment:3 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | mcalhoun@… added |
---|
Cc Me!
comment:4 Changed 16 years ago by mww@…
What I'd be even more interested: Should we symlink non-existent front-ends (e.g. fortran with gcc4x from Apple) to /bin/false or remove the symlinks like now? The previous has the edge of being more port-friendly in terms of installation etc. (as the files-list is stable for the gcc_select
port)
comment:5 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
comment:6 Changed 15 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
gcc42 has been added to gcc_select in r56493.
Note: See
TracTickets for help on using
tickets.
Updated the patch to also include llvm-gcc42 assuming it was installed to /Developer.