зеркало из https://github.com/mozilla/pjs.git
Bug 664367 - Pass LDFLAGS when linking elfhack's test.so. r=khuey
This commit is contained in:
Родитель
63e2ee5b03
Коммит
b823841538
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче