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]

Compile a new cross compiler


Hello,

I have one question which I'm sure is very simple , but I haven't found
something about that into the docu.
I have already compiled one cross compiler and I want use this two for
different projects.
The only thing that I'm not sure here, is that the first compiler I have
made with 

/src/gcc/gcc-YYYYMMDD/configure --target=mn10300-elf \
--prefix=/tools \
--exec-prefix=/tools/H-i686-pc-cygwin \
--with-gnu-as --with-gnu-ld --with-newlib \
-v 2>&1 | tee configure.out 

can I now use also 

cd /tmp/build/gcc
/src/gcc/gcc-2.95.2/configure --target=i386-elf \
--prefix=/tools \
--exec-prefix=/tools/H-i686-pc-cygwin \
--with-gnu-as --with-gnu-ld --with-newlib \
-v 2>&1 | tee configure.out 

or I have to use an path different to /tools?

Thanks for any hint!

Hansjörg



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


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