(svn r25108) -Fix: Pass $LDFLAGS_BUILD to all endian_check compilations.

- In Makefile.{lang,setting}.in the flags were already passed since r24365.
This commit is contained in:
matthijs 2013-03-18 14:45:06 +00:00
parent 2661b5cfff
commit aad9273248
1 changed files with 1 additions and 1 deletions

View File

@ -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