Backed out my earlier QNX memory model change. It compiles just fine, but binaries linked in this manner don't run (memory violation). Sigh...

This commit is contained in:
briano%netscape.com 1999-12-07 03:50:43 +00:00
Родитель 183d6249cf
Коммит 35d347fe5e
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -696,11 +696,6 @@ alpha*-*-osf*)
dnl Solves the problems the QNX compiler has with nsCOMPtr.h.
AC_DEFINE(NSCAP_DISABLE_TEST_DONTQUERY_CASES)
AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES)
dnl QNX has this wierd concept of strict memory models and
dnl defaults to small, which causes the compiler to choke to
dnl death on some of our code. So force it to use the large model.
CFLAGS="$CFLAGS -ml"
CXXFLAGS="$CXXFLAGS -ml"
if test "$no_x" = "yes"; then
MOZ_WIDGET_TOOLKIT='photon'
TK_CFLAGS='-I/usr/nto/include/photon'