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

10 Коммитов

Автор SHA1 Сообщение Дата
briano%netscape.com a2b753c198 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 c27daa5145 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 b456749e76 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 90d0af1408 AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
wtc%netscape.com 5e3143465e 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 3a4cecc80b 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 cdccfe4637 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 9005d42694 Added a few minor requested changes. 1998-07-11 00:08:56 +00:00
briano 1bb0bfbc72 Use a more elegant mechanism to set OS-version-specific -D flags. 1998-07-06 22:37:17 +00:00
ltabb 781c480871 Free the lizard 1998-03-28 02:44:41 +00:00