Build libelfin with the same compiler to prevent issues related to GCC's ABI change.

This commit is contained in:
Charlie Curtsinger 2015-10-26 11:15:44 -04:00
parent 665d323212
commit 0e70b9eabd

View File

@ -17,7 +17,7 @@ $(ROOT)/deps/libelfin:
@mkdir -p $(ROOT)/deps
@git clone git://github.com/ccurtsinger/libelfin $(ROOT)/deps/libelfin
@echo $(LOG_PREFIX) Building libelfin $(LOG_SUFFIX)
@cd $(ROOT)/deps/libelfin; make MAKEFLAGS="-j1"
@cd $(ROOT)/deps/libelfin; make MAKEFLAGS="-j1" CC=$(CC) CXX=$(CXX)
# Update build settings to include libelfin libraries
ifneq (,$(findstring libelfin,$(PREREQS)))