This is the mail archive of the crossgcc@sourceware.org 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: Trying to build arm-elf-linux-gcc 4.0.2 with multilib


On 3/8/06, Dan Kegel <dank@kegel.com> wrote:
> Maybe instead of modifying a t-file, you could set it when configuring
> gcc, like http://www.kegel.com/crosstool/crosstool-0.42/sh4.dat does,
> using --with-multilib-list=m4,m4-nofpu ?
> - Dan

I need to do the following:

--- gcc-4.0.2/gcc/config/arm/t-arm-elf  2006-03-07 15:37:44.922144680 -0500
+++ gcc-4.0.2.patch/gcc/config/arm/t-arm-elf    2006-03-07
15:39:42.770229048 -0500
@@ -23,15 +23,15 @@
 # MULTILIB_DIRNAMES   += fpu soft
 # MULTILIB_EXCEPTIONS += *mthumb/*mhard-float*
 #
-# MULTILIB_OPTIONS    += mno-thumb-interwork/mthumb-interwork
-# MULTILIB_DIRNAMES   += normal interwork
+ MULTILIB_OPTIONS    += mno-thumb-interwork/mthumb-interwork
+ MULTILIB_DIRNAMES   += normal interwork
 #
 # MULTILIB_OPTIONS    += fno-leading-underscore/fleading-underscore
 # MULTILIB_DIRNAMES   += elf under
 #

will --with-multilib-list=arm-??? do that?

I found how the the tmake files are used in gcc-4.0.2/gcc/config.gcc. 
I added t-arm-elf to the case which handled arm-elf-linux.  If it
bombs out, I can try --with-multilib-list, although I'm not sure what
list I would pass in.

Best Regards,
Mark Deneen

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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