On Tue, Nov 25, 2008 at 01:29:07PM -0600, [EMAIL PROTECTED] 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. _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
