зеркало из https://github.com/mozilla/gecko-dev.git
fix for 293042: For gcc builds, need to use g++ to link
This commit is contained in:
Родитель
3ab1e26262
Коммит
9c5d89e6a2
|
@ -312,6 +312,10 @@ else
|
|||
RPATHFLAG_PREFIX=-Wl,-R,
|
||||
endif
|
||||
|
||||
ifdef NS_USE_GCC
|
||||
USE_CCC_TO_LINK=1
|
||||
endif
|
||||
|
||||
# flag to pass to ld when linking to set runtime shared library search path
|
||||
# this is used like this, for example: $(LDRPATHFLAG_PREFIX)../..
|
||||
LDRPATHFLAG_PREFIX=-R
|
||||
|
|
Загрузка…
Ссылка в новой задаче