]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc: Check for compilers that don't support relocation
authorPeter Tyser <ptyser@xes-inc.com>
Mon, 21 Sep 2009 16:20:26 +0000 (11:20 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 3 Oct 2009 08:15:45 +0000 (10:15 +0200)
commit244615197469dd6fe75ae082f38424b97c79aeaf
tree0782128ef42c872494c3caa0d61c8ce6d2045dce
parent858290178f222d998b6425d85cf06822467918f3
ppc: Check for compilers that don't support relocation

Certain ppc compilers are known not to generate the .fixup section
properly.  The .fixup section is necessary to create a relocatable
U-Boot image.  A basic check for the existence of the .fixup section
should hopefully catch the majority of broken compilers which don't
support relocation.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
lib_ppc/Makefile