mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 11:28:58 +00:00
syslinux: remove LDFLAGS manipulation
syslinux appears to be using gcc to link instead of LD directly now, so we can remove the manipulation of LDFLAGS. (From OE-Core rev: 2761396f47bc3bb49dac0005c1ac5d242915cc9b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8ad11fc80b
commit
c72614b8c3
@@ -37,8 +37,6 @@ EXTRA_OEMAKE = " \
|
||||
BINDIR=${bindir} SBINDIR=${sbindir} LIBDIR=${libdir} \
|
||||
DATADIR=${datadir} MANDIR=${mandir} INCDIR=${includedir} \
|
||||
"
|
||||
# syslinux uses $LD for linking, strip `-Wl,' so it can work
|
||||
export LDFLAGS = "`echo $LDFLAGS | sed 's/-Wl,//g'`"
|
||||
|
||||
do_configure() {
|
||||
# drop win32 targets or build fails
|
||||
|
||||
Reference in New Issue
Block a user