mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
Use gcc's -Wl flag to pass a linker flag to the linker.
This commit is contained in:
parent
79a92e1b5b
commit
098d89018a
@ -255,7 +255,9 @@ ifeq ($(OS_ARCH), IRIX)
|
||||
CC = CC
|
||||
endif
|
||||
LDOPTS += -rpath $(ABSOLUTE_LIB_DIR)
|
||||
ifndef NS_USE_GCC
|
||||
ifdef NS_USE_GCC
|
||||
LDOPTS += -Wl,-rdata_shared
|
||||
else
|
||||
LDOPTS += -rdata_shared
|
||||
endif
|
||||
# For 6.x machines, include this flag
|
||||
|
Loading…
x
Reference in New Issue
Block a user