changeset 20159:12b5b8ed3249 draft

(svn r25108) -Fix: Pass $LDFLAGS_BUILD to all endian_check compilations. - In Makefile.{lang,setting}.in the flags were already passed since r24365.
author matthijs <matthijs@openttd.org>
date Mon, 18 Mar 2013 14:45:06 +0000
parents 5cc4d722151f
children 80430770f464
files Makefile.src.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.src.in
+++ b/Makefile.src.in
@@ -276,7 +276,7 @@
 
 $(ENDIAN_CHECK): $(SRC_DIR)/endian_check.cpp
 	$(E) '$(STAGE) Compiling and Linking $@'
-	$(Q)$(CXX_BUILD) $(CFLAGS_BUILD) $(CXXFLAGS_BUILD) $< -o $@
+	$(Q)$(CXX_BUILD) $(CFLAGS_BUILD) $(CXXFLAGS_BUILD) $(LDFLAGS_BUILD) $< -o $@
 
 # Revision files