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: gcc-2.95.3-5, where "as"?


lazer1 wrote:
I think --target=ppc-morphos should do it, but you may need to
update e.g. gcc/config.gcc to handle that...

gcc --target=ppc-morphos -c xyz.c -o xyz.o has the same problem,

there being no gcc/config.gcc

look in gcc/gcc/config.gcc (it's kind of buried). That eventually gets invoked by gcc/configure.

I looked through gcc/configure and --with-as looks promising so I will try reconfiguring with

....../gcc-2.95.3-5/configure --with-as=/gg/bin/ppc-morphos-as
--target=powerpc-unknown-morphos .......

and see if that does it,

there is also an option --with-ld which may also be useful,

Those sound like fine things to try... - Dan


------ 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]