glibc: Fix build on x86

Some files that are patched for ARM are not available
on the x86 source tree. Hence the sed command should not
be executed.
This commit is contained in:
Michael Tremer
2014-10-26 20:51:14 +01:00
parent 57629914e8
commit 8acdb5225d

View File

@@ -284,8 +284,10 @@ endif
# Makefile:235: *** mixed implicit and normal rules. Stop.
cd $(DIR_APP) && sed -i 's/ot \$$/ot:\n\ttouch $$@\n$$/' manual/Makefile
ifeq "$(MACHINE_TYPE)" "arm"
# http://sourceware.org/ml/libc-ports/2011-09/msg00018.html
cd $(DIR_APP) && sed -e "s/PIC/SHARED/g" -i ports/sysdeps/arm/{,eabi/}{set,__long}jmp.S
endif
ifeq "$(ROOT)" ""
ifeq "$(MACHINE_TYPE)" "arm"