From aad927324840322c6ef3d7244b11fdacc35ef146 Mon Sep 17 00:00:00 2001 From: matthijs Date: Mon, 18 Mar 2013 14:45:06 +0000 Subject: [PATCH] (svn r25108) -Fix: Pass $LDFLAGS_BUILD to all endian_check compilations. - In Makefile.{lang,setting}.in the flags were already passed since r24365. --- Makefile.src.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.src.in b/Makefile.src.in index df515e03a0..2f2d8f1ad1 100644 --- a/Makefile.src.in +++ b/Makefile.src.in @@ -276,7 +276,7 @@ endian_target.h: $(ENDIAN_CHECK) $(CONFIG_CACHE_ENDIAN) $(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