(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:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user