From 6f98eeac81c25e84af1368aef565f3d7aa61f126 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 17 May 2015 23:37:42 +0000 Subject: [PATCH] In build_with_configure, pass TARGET_OBJCOPY to the configure script. This is needed for the current GRUB2 version in some environments (e.g. cross-compilation or Darwin). git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50702 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- config/make.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/make.tmpl b/config/make.tmpl index bd72296182..500a212d3f 100644 --- a/config/make.tmpl +++ b/config/make.tmpl @@ -2735,7 +2735,7 @@ ifeq (%(compiler),host) TARGET_CC="$(KERNEL_CC) $(KERNEL_SYSROOT) $(KERNEL_CFLAGS) $(%(mmake)-s_flag)" \ TARGET_AS="$(TARGET_AS)" OBJCOPY="$(OBJCOPY)" \ TARGET_RANLIB="$(RANLIB)" TARGET_STRIP="$(STRIP_PLAIN)" \ - TARGET_NM="$(NM_PLAIN)" + TARGET_NM="$(NM_PLAIN)" TARGET_OBJCOPY="$(TARGET_OBJCOPY)" endif ifeq (%(compiler),target) CONFIG_ENV := \ -- 2.11.4.GIT