[csw-maintainers] Forcing use of GNU binutils

Philip Brown phil at bolthole.com
Tue Nov 25 20:36:45 CET 2008


On Tue, Nov 25, 2008 at 01:29:07PM -0600, debertin at opencsw.org wrote:
> I know, use of GNU binutils on Solaris is usually not recommended, but
> I'm building a LISP compiler that produces assembly that only GNU "as"
> can parse, so there is no way around it. 
> 
> I've been using a locally-built GCC out of my homedir that I compiled
> with --with-as= and --with-gnu-as, but if there is a runtime GCC flag
> that does the same thing then it will make my job a lot easier.

there is also the option, in some more sanely suported source code, to
explicitly define an assembler. you might look for that option also.




More information about the maintainers mailing list