Re: [U-Boot] [PATCH] powerpc: Fix FPU post related link warnings

2011-01-25 Thread Wolfgang Denk
Dear Kumar Gala, In message <1295946008-11905-1-git-send-email-ga...@kernel.crashing.org> you wrote: > If we built POST on PPC's that didn't enable CONFIG_SYS_POST_FPU we'd > get the following warning with newer toolchains: > > powerpc-linux-gnu-ld: Warning: lib_powerpc/fpu/libpostpowerpcfpu.o >

[U-Boot] [PATCH] powerpc: Fix FPU post related link warnings

2011-01-25 Thread Kumar Gala
If we built POST on PPC's that didn't enable CONFIG_SYS_POST_FPU we'd get the following warning with newer toolchains: powerpc-linux-gnu-ld: Warning: lib_powerpc/fpu/libpostpowerpcfpu.o uses hard float, libpost.o uses soft float We actually worked around this sometime ago wi