public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Multilib
@ 2008-09-05  3:43 Alex Austin
  0 siblings, 0 replies; only message in thread
From: Alex Austin @ 2008-09-05  3:43 UTC (permalink / raw)
  To: gcc-help

Running the following command does not seem to do what is expected.

$ CC=distcc\ gcc ../gcc-4.2.0/configure --target=arm-wavecom-openat --prefix=/usr/local/arm-wavecom-openat/ --enable-interwork --enable-multilib --enable-languages="c,c++,objc,obj-c++" --with-newlib --with-headers=../newlib-1.15.0/newlib/libc/include

I've added the following lines to config.sub in gcc, binutils, and newlib:

 ### Let's recognize common machines as not being operating systems so
...
+       -openat)
+               basic_machine=arm-wavecom
+               os=-elf

After running make all-gcc and make install-gcc, I get the following output:

$ arm-wavecom-openat-gcc -print-multi-lib
.;
thumb;@mthumb

Where is the interworking support I asked for? What do I need to do to enable it? I've also seen some references to a file called t-arm-elf, but I can't find it anywhere in this distribution, and when I do download one from gnuarm.org, I can't figure out where to put it.

Thank you,
- Alex Austin

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-05  3:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-05  3:43 Multilib Alex Austin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).