[syslinux] [PATCH v2 4/4] efi/wrapper: build it with the host toolchain.

Benoît Allard benoit.allard at greenbone.net
Fri Jun 30 02:44:19 PDT 2017


Signed-off-by: Benoît Allard <benoit.allard at greenbone.net>
---
 efi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/efi/Makefile b/efi/Makefile
index d3788d9..a17258a 100644
--- a/efi/Makefile
+++ b/efi/Makefile
@@ -78,7 +78,7 @@ syslinux.so: $(OBJS) $(CORE_OBJS) $(LIB_OBJS)
 #	cp $^ $@
 
 wrapper: wrapper.c
-	$(CC) $^ -o $@
+	$(CC_FOR_BUILD) $^ -o $@
 
 #
 # Build the wrapper app and wrap our .so to produce a .efi
-- 
2.1.4



More information about the Syslinux mailing list