Bug 664367 - Pass LDFLAGS when linking elfhack's test.so. r=khuey

This commit is contained in:
Mike Hommey 2011-06-15 08:54:45 +02:00
parent 7f055cd554
commit b4e213b6c3

View File

@ -77,7 +77,7 @@ libs:: $(CSRCS:.c=.$(OBJ_SUFFIX))
ifndef CROSS_COMPILE
test$(DLL_SUFFIX): test.$(OBJ_SUFFIX) elfhack $(CSRCS:.c=.$(OBJ_SUFFIX))
$(MKSHLIB) $<
$(MKSHLIB) $(LDFLAGS) $<
@echo ===
@echo === If you get failures below, please file a bug describing the error
@echo === and your environment \(compiler and linker versions\), and use