summaryrefslogtreecommitdiff
path: root/config/SunOS5.mk
Commit message (Collapse)AuthorAgeFilesLines
* NSPR 3.5 landinglarryh%netscape.com1999-10-131-3/+13
|
* Inlcude the assembly language implementation of the stack operations only whensrinivas%netscape.com1999-08-181-0/+1
| | | | _PR_HAVE_ATOMIC_CAS is defined. Bugzilla #11576.
* Bugzilla bug #4761: define _LARGEFILE64_SOURCE explicitly if we arewtc%netscape.com1999-05-191-0/+10
| | | | | on Solaris 2.6 or 2.7 and using gcc. Thanks to vdemarco@novazen.com and mcafee@netscape.com for reporting this problem.
* updating to license version 1.1 in boilerplate commentsRDF_19990422_BASEdmose%mozilla.org1999-04-211-1/+1
|
* A jumbo checkin, consisting of:RDF_19981124_BASEwtc%netscape.com1998-11-231-0/+4
| | | | | | | | | | | | | | | 1. Ports to older revisions of some Unix variants, e.g., BSD/OS 1.1, OSF1 V2.0, etc., contributed by Brian Ostrom <briano@netscape.com>. 2. QNX port, also contributed by Brian Ostrom. 3. New macro USE_MACH_DYLD to represent the dynamic library loading API of NEXTSTEP and Rhapsody. 4. On platforms whose socket address has the sa_len field, make a copy of the PRNetAddr argument for PR_Bind, PR_Connect, and PR_SendTo and set its sa_len before passing it to the system calls. This fix is suggested by Bert Driehuis <driehuis@playbeing.org>. 5. Removed the unused field _lockf64 of struct _MD_IOVector. Not every Unix platform has lockf, and the POSIX file locking API uses fcntl.
* Do not use the -x assembler-with-cpp for gcc in ASFLAGS. This flagwtc%netscape.com1998-10-071-1/+0
| | | | | doesn't seem to work on Solaris x86. At least, gcc can't assemble pr/src/md/unix/os_SunOS_x86.s with this flag.
* NSPR20 v3.0 beta landing from NSPRPUB_RELEASE_3_0_LANDING_BRANCH.wtc%netscape.com1998-09-251-29/+15
|
* AUTOCONF_1_0 landing.PROGRESS_19980824_BASEColorSync_19980824_BASEcls%seawood.org1998-08-191-0/+4
|
* Use the stabs debug format on Solaris x86, because the default dwarfwtc1998-05-271-0/+9
| | | | | format does not work. This patch is provided by Soren Juul Moller <sjm@nwc.dk>.
* Merged NSPRPUB_19980508_BRANCH to the main trunk. The 19980508wtc1998-05-141-5/+0
| | | | | branch is a temporary branch for us to copy the latest changes from our internal development tree to the public mozilla tree.
* Merged the makefile changes from Netscape's internal development versionRHAPSODY_NSPR_BASENSPRPUB_19980421_BASEwtc1998-04-211-3/+7
| | | | | | | | of NSPR to the public ns/nsprpub on mozilla.org. Removed ns/nsprpub/tools/winsock.lib, which should not have been released. This file can be generated from winsock.dll by following the NSPR build instructions for Windows 3.11 at http://www.mozilla.org/docs/refList/refNSPR/win16.html.
* Removed the -Wno-format compiler switch. We do want to get printfwtc1998-04-131-2/+2
| | | | format mismatch warnings.
* Free the lizardltabb1998-03-281-0/+158