зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
183d6249cf
Коммит
35d347fe5e
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче