From e0112c832cb866893ad3b3e34912dcef2408f4a1 Mon Sep 17 00:00:00 2001 From: laurens Date: Sun, 14 Apr 2019 20:02:34 +0200 Subject: [PATCH] Build helloworld properly for target --- package/helloworld/helloworld.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/helloworld/helloworld.mk b/package/helloworld/helloworld.mk index 5adf079..0762781 100644 --- a/package/helloworld/helloworld.mk +++ b/package/helloworld/helloworld.mk @@ -3,7 +3,7 @@ HELLOWORLD_SITE = $(TOPDIR)/../package/helloworld/src HELLOWORLD_SITE_METHOD = local define HELLOWORLD_BUILD_CMDS - $(TARGET_MAKE_ENV) CC=arm-buildroot-linux-uclibcgnueabihf-gcc $(MAKE) -C $(@D) + $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) endef define HELLOWORLD_INSTALL_TARGET_CMDS