Bugzilla Bug 317858: gcc on Linux/ppc doesn't recognize the -z defs linker

flag, so we need to use -Wl to pass it to the linker. r=caillon.
This commit is contained in:
wtchang%redhat.com 2006-01-13 17:24:13 +00:00
Родитель ddedca7baf
Коммит 24734ea6fb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -165,7 +165,7 @@ endif
ARCH = linux
DSO_CFLAGS = -fPIC
DSO_LDOPTS = -shared $(ARCHFLAG) -z defs
DSO_LDOPTS = -shared $(ARCHFLAG) -Wl,-z,defs
DSO_LDFLAGS =
LDFLAGS += $(ARCHFLAG)