mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
e009cdeb63
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
|
||
---|---|---|
.. | ||
board | ||
cpu | ||
drivers | ||
lib_powerpc | ||
Makefile | ||
post.c | ||
rules.mk | ||
tests.c |