1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

syslinux: upgrade to version 4.03

from 3.86
rebased the patch

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He
2010-11-16 13:32:31 +08:00
committed by Saul Wold
parent a57838dace
commit 07b8765e0d
2 changed files with 7 additions and 2 deletions
@@ -10,6 +10,10 @@ also AUXDIR stays in $(LIBDIR)/syslinux rather than $(DATADIR)/syslinux
07/08/2010 - qhe
updated for 4.03
11/16/2010 - Qing He <qing.he@intel.com>
---
diff --git a/MCONFIG b/MCONFIG
index e9c16d3..4d49f33 100644
@@ -43,7 +47,8 @@ index e9c16d3..4d49f33 100644
-CC = gcc
+CC ?= gcc
gcc_ok = $(shell tmpf=gcc_ok.$$$$.tmp; \
if $(CC) $(1) -c $(topdir)/dummy.c -o $$tmpf 2>/dev/null ; \
if $(CC) $(GCCOPT) $(1) -c $(topdir)/dummy.c \
-o $$tmpf 2>/dev/null ; \
then echo '$(1)'; else echo '$(2)'; fi; \
rm -f $$tmpf)