From 3477592385788232332b4df86f4bfc1ef75600b3 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 15 Oct 2009 23:43:54 +0000 Subject: Fixes to CROSS_COMPILE, don't override command line option from environment --- Makefile.shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.shared') diff --git a/Makefile.shared b/Makefile.shared index e1e214a2a4..3569832f1b 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -281,7 +281,7 @@ link_a.cygwin: fi; \ dll_name=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX; \ $(PERL) util/mkrc.pl $$dll_name | \ - $(CROSS_COMPILE_PREFIX)windres -o rc.o; \ + $(CROSS_COMPILE)windres -o rc.o; \ extras="$$extras rc.o"; \ ALLSYMSFLAGS='-Wl,--whole-archive'; \ NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \ -- cgit v1.2.1