From 90b8e85e625e4d628d67b01e7354ea841304dbd5 Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Thu, 23 Sep 2021 12:34:40 -0700 Subject: [PATCH] [tools] need to use FOR_BUILD version of some defines Related to #916 --- src/tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am index 9d55a1f6..fe825719 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -2,7 +2,7 @@ all-local: bin2c$(BUILD_EXEEXT) bin2c$(BUILD_EXEEXT): bin2c.c - $(AM_V_CC) $(CC_FOR_BUILD) $(CPPFLAGS) $(LDFLAGS) -g3 -o $@ $? -lz + $(AM_V_CC) $(CC_FOR_BUILD) $(CPPFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -g3 -o $@ $? -lz EXTRA_DIST = \ bin2c.c