diff options
Diffstat (limited to 'arch/powerpc/lib')
| -rw-r--r-- | arch/powerpc/lib/Makefile | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/arch/powerpc/lib/Makefile b/arch/powerpc/lib/Makefile index 808021c42..4a4163532 100644 --- a/arch/powerpc/lib/Makefile +++ b/arch/powerpc/lib/Makefile @@ -75,12 +75,6 @@ TARGETS += $(LIB)  all: $(TARGETS)  $(LIB):	$(obj).depend $(OBJS) -	@if ! $(CROSS_COMPILE)readelf -S $(OBJS) | grep -q '\.fixup.*PROGBITS';\ -	then \ -		echo "ERROR: Your compiler doesn't generate .fixup sections!";\ -		echo "       Upgrade to a recent toolchain."; \ -		exit 1; \ -	fi;  	$(call cmd_link_o_target, $(OBJS))  $(LIBGCC): $(obj).depend $(LGOBJS) |