This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Linux, PowerPC and -fvtable-thunks
- To: egcs at cygnus dot com
- Subject: Linux, PowerPC and -fvtable-thunks
- From: Franz Sirl <Franz dot Sirl-private at lauterbach dot com>
- Date: Thu, 20 Nov 1997 13:40:52 +0100
Hi,
while working with the egcs configure scripts on a native powerpc-unknown-linux-gnulibc1 system (see my preliminary patch on <http://homepages.munich.netsurf.de/Franz.Sirl/misc/ppclibc1.diff>), I noticed the following about the make frags:
1. mh-ppcpic is pulled in for host=powerpc-unknown-linux-gnulibc1
2. mt-linux is pulled in for *-*-linux-gnu
3. if shared && powerpc*-*: mt-ppcpic is pulled in and replaces mt-linux
Is this correct for "configure --enable-shared" on glibc2 systems? Shouldn't that be additive?
BTW, for config.guess $(CC-cc) will fail silently on gcc-only systems with no cc symlink. I think configure should try to figure this out.
Bye,
Franz