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: [PATCH] crosstool-0.42+NPTL-khem vs nyet-ppc860 - fpu/soft-float problems


thanks. i will defintely try this.

unfortunately, for now, it seems i didn't get things right after all.
Im not using in-kernel floating point emulation, so:

1) soft-float seems to be broken.
2) there appear to be FPU instructions in my built glibc

should i add -mcpu=860 and/or -msoftfloat to TARGET_CFLAGS?

should that even be necessary, considering my build target is 860?

is --disable-multilib a problem? without it, should glibc be building
nof libraries only, or is there something else i need to do?

TIA


On Fri, Aug 18, 2006 at 08:03:30PM -0700, Khem Raj wrote:
> 
> 
> Nye Liu said the following on 8/18/2006 5:42 PM:
> >>-GCC_EXTRA_CONFIG="--with-cpu=860 --enable-cxx-flags=-mcpu=860"
> >>+GCC_EXTRA_CONFIG="--with-cpu=860 --enable-cxx-flags=-mcpu=860 
> >>--disable-multilib"
> >>+GLIBC_EXTRA_CC_ARGS="-fno-unit-at-a-time"
> >>    
> This would pass -fno-unit-at-a-time to all glibc build probably you
> would be better of by adding this option to the concerned files in glibc
> sources. You can speficy source file specific compile flags
> in there.
> 
> -- 
> Khem Raj <kraj@mvista.com>
> MontaVista Software Inc.
> 

-- 
Nye Liu
nliu@mrv.com
(818) 772-6235x248
(818) 772-0576 fax

"Who would be stupid enough to quote a fictitious character?"
	-- Don Quixote

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