Enable ELF builds FreeBSD 3.0.0-RELEASE; checkin for

Jeremy Lea <reg@shale.csir.co.za>.
This commit is contained in:
srinivas%netscape.com 1998-11-18 22:51:51 +00:00
Родитель ed764e9ee7
Коммит 6421afd72c
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -42,7 +42,13 @@ endif
ARCH = freebsd
MOZ_OBJFORMAT := $(shell test -x /usr/bin/objformat && /usr/bin/objformat || echo aout)
ifeq ($(MOZ_OBJFORMAT),elf)
DLL_SUFFIX = so
else
DLL_SUFFIX = so.1.0
endif
DSO_CFLAGS = -fPIC
DSO_LDOPTS = -Bshareable