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 with the following commit:
commit
|
||
|---|---|---|
| .. | ||
| fpu | ||
| Makefile | ||
| andi.c | ||
| asm.S | ||
| b.c | ||
| cmp.c | ||
| cmpi.c | ||
| complex.c | ||
| cpu.c | ||
| cpu_asm.h | ||
| cr.c | ||
| load.c | ||
| multi.c | ||
| rlwimi.c | ||
| rlwinm.c | ||
| rlwnm.c | ||
| srawi.c | ||
| store.c | ||
| string.c | ||
| three.c | ||
| threei.c | ||
| threex.c | ||
| two.c | ||
| twox.c | ||