This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Succes using crosstool on Mac OS X


I wrote:

Since only the headers need to be built and no objects, the native as works as well.
The "-v < /dev/null" construct works for both GAS and Apple's as. Unfortunately, it does not output the same thing as "as --version" for GAS, although the difference is probably not critical:


$ /opt/crosstool/powerpc-750-linux-gnu/gcc-3.3.2-glibc-2.3.2/bin/ powerpc-750-linux-gnu-as -v < /dev/null
GNU assembler version 2.14 (powerpc-750-linux-gnu) using BFD version 2.14 20030612
$ /opt/crosstool/powerpc-750-linux-gnu/gcc-3.3.2-glibc-2.3.2/bin/ powerpc-750-linux-gnu-as --version
GNU assembler 2.14 20030612
Copyright 2002 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
This assembler was configured for a target of `powerpc-750-linux-gnu'.



Actually, the difference does not matter since the sed script filters out the relevant part, which returns the same string for both invocations!


Martin


------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]