Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
briano%netscape.com d4d25d36f1 Created a special-case macro for OSF/1 2.0 (hey, _someone_ might still be using it) so we can pass the compiler the -x cxx flag, which is required by the old 2.0 cxx compiler. 1998-11-14 02:26:55 +00:00
briano%netscape.com 054f969255 If I had been paying attention, I'd have seen that the endian.h problem had already been fixed properly in mcom_db.h. 1998-09-05 08:11:59 +00:00
briano%netscape.com 57c4cea724 Potential fix for at least part of bug#522. Also turned off -taso for default Mozilla builds; only needed when building the commercial product. 1998-09-05 01:54:58 +00:00
cls%seawood.org 84f1cedcbb AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
wtc%netscape.com f7277b4d8c Enable pthreads-based Mozilla build. TO do a pthreads-based build,
set the environment variable USE_PTHREADS to 1.
Files changed: mozilla/config/OSF1.mk, mozilla/nsprpub/config/OSF1.mk.
1998-08-10 23:37:06 +00:00
wtc%netscape.com 5e56411873 We should not use -I/usr/include/machine. That is not the right way
to fix the endian.h inclusion problem in mcom_db.h.  We should fix
mcom_db.h to say:
#ifdef __osf__
#include <machine/endian.h>
#endif
Using -I/usr/include/machine will pull in <machine/signal.h>, which
is incompatible with the intended <signal.h>.
1998-07-25 04:46:55 +00:00
briano 4220c344d9 Fix for Mozilla bug#249. Thanks to armen@unx.dec.com for doing the testing for me. 1998-07-14 23:49:35 +00:00
briano 4bbedae459 Added a few minor requested changes. 1998-07-11 00:08:56 +00:00
briano 9aa6eb26bf Use a more elegant mechanism to set OS-version-specific -D flags. 1998-07-06 22:37:17 +00:00
ltabb 3b56a9af51 Free the lizard 1998-03-28 02:44:41 +00:00