summaryrefslogtreecommitdiffstats
path: root/rules/syslinux.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-10-26 21:40:06 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-11-20 11:53:55 +0100
commit924a7c762aa956ca224f503ed94f49c74b0c679f (patch)
tree787299d535fb2082f2d5a0085bd2ce14967833f3 /rules/syslinux.make
parent9ef5f4142288cb9049eebc9fd56b9f77bfbca3e9 (diff)
downloadptxdist-924a7c762aa956ca224f503ed94f49c74b0c679f.tar.gz
ptxdist-924a7c762aa956ca224f503ed94f49c74b0c679f.tar.xz
syslinux: blacklist TARGET_HARDEN_PIE
Compiling fails with: ---------------------->8------------------------ In file included from ../gplinclude/cpuid.h:22:0, from cpuid.c:21: ../include/sys/cpu.h: In function 'get_model_name': ../include/sys/cpu.h:40:1: error: PIC register clobbered by 'ebx' in 'asm' ../include/sys/cpu.h: In function 'generic_identify': ../include/sys/cpu.h:40:1: error: PIC register clobbered by 'ebx' in 'asm' ../include/sys/cpu.h:64:1: error: PIC register clobbered by 'ebx' in 'asm' ../include/sys/cpu.h:56:1: error: PIC register clobbered by 'ebx' in 'asm' ../include/sys/cpu.h:56:1: error: PIC register clobbered by 'ebx' in 'asm' ---------------------->8------------------------ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/syslinux.make')
-rw-r--r--rules/syslinux.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/syslinux.make b/rules/syslinux.make
index 48cf37c91..8257616a2 100644
--- a/rules/syslinux.make
+++ b/rules/syslinux.make
@@ -29,6 +29,7 @@ SYSLINUX_LICENSE := unknown
# Prepare
# ----------------------------------------------------------------------------
+SYSLINUX_WRAPPER_BLACKLIST := TARGET_HARDEN_PIE
SYSLINUX_MAKE_OPT := $(CROSS_ENV_PROGS)
SYSLINUX_INSTALL_OPT := install INSTALLROOT=$(SYSLINUX_PKGDIR)