This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to handle linker options beginning with -f?
Mark Mitchell wrote:
>
>
> [...] *if* we really support
> funky linker options (do we? I can't find any yet?) [...]
Look at LINK_SPEC in iris6.h for some oddities, such as -exact_version.
It's possible that they don't actually work anymore, but presumably
somebody at some point had a use for them. Maybe all of the linker
options are broken and nobody's noticed, which would be a pretty good
justification for flushing them!
Stan