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
Родитель 63e2ee5b03
Коммит b823841538
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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