bug 333640 fixing solaris bustage by undoing the solaris-specific parts of the patch

This commit is contained in:
cbiesinger%web.de 2006-04-22 21:17:47 +00:00
Родитель 3102525091
Коммит 1b3059bc04
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2205,10 +2205,10 @@ dnl the qsort routine under solaris is faulty
fi
MOZ_OPTIMIZE_FLAGS="-xO4"
MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_FLAGS) $(DSO_LDOPTS) -h $@ -o $@'
MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) -G -z muldefs -z defs -h $@ -o $@'
MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) -G -z muldefs -h $@ -o $@'
MKSHLIB_FORCE_ALL='-z allextract'
MKSHLIB_UNFORCE_ALL=''
DSO_LDOPTS='-G -z muldefs -z defs'
DSO_LDOPTS='-G -z muldefs'
AR_LIST="$AR t"
AR_EXTRACT="$AR x"
AR_DELETE="$AR d"