fix for 293042: For gcc builds, need to use g++ to link

This commit is contained in:
richm%stanfordalumni.org 2005-05-10 20:07:34 +00:00
Родитель 3ab1e26262
Коммит 9c5d89e6a2
1 изменённых файлов: 4 добавлений и 0 удалений

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

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