summaryrefslogtreecommitdiff
path: root/security/coreconf
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'PACKAGING_20030906_BASE'PACKAGING_20030906_BASEcvs2hg2004-01-07123-11994/+0
* Add /FIXED:NO argument to linker command line for EXEs. Purifynelsonb%netscape.com2003-12-061-1/+2
* fixup commit for tag 'FIREFOX_0_8_RELEASE'FIREFOX_0_8_RELEASEcvs2hg2003-11-241-5/+2
* Bugzilla bug 224707: added Linux HPPA support. The patch came from thewchang0222%aol.com2003-11-161-0/+5
* Bugzilla bug 225259: link NSS dynamic shared libraries with thewchang0222%aol.com2003-11-131-1/+1
* Bugzilla bug 124958: added support for pthreads on OpenBSD. The patch iswtc%netscape.com2003-09-161-0/+7
* When calling windres, use a temp file to work around resource issues.wtc%netscape.com2003-09-151-1/+1
* Bugzilla bug 215581: build with GCC 3.2.2 for OS/2. The patch iswtc%netscape.com2003-09-111-7/+7
* Bugzilla bug 214824: use -no-cpp-precomp instead of -traditional-cpp, whichwtc%netscape.com2003-09-111-1/+1
* Bugzilla bug 217504: 1. Do not use -lsvld on recent AIX releases.wtc%netscape.com2003-08-285-6/+59
* Bugzilla bug 213192: take the first two components of $(OS_RELEASE) thewtc%netscape.com2003-07-211-1/+4
* Bugzilla bug 211350: support IRIX Alpha releases, whose 'uname -r' outputwtc%netscape.com2003-07-211-2/+3
* Bugzilla bug 212797: added Linux2.6.mk so that we can build on Linux 2.6wtc%netscape.com2003-07-191-0/+49
* Re-enabled the fix for bug 208177.wtc%netscape.com2003-07-081-1/+1
* Temporarily disabled the fix for bug 208177 so that we can debug bugwtc%netscape.com2003-06-041-1/+1
* Bug 208177: Our HP-UX build machine has a strange problem. If a 64-bitwtc%netscape.com2003-06-032-0/+17
* coreconf needs HP-UXB.11.22.mk to build on new HP box - bug 177984bishakhabanerjee%netscape.com2003-05-211-0/+55
* Shifted from -xO3 to -xO4 optimization under Solaris.kirk.erickson%sun.com2003-05-151-1/+1
* Bug 204681: fixed build failure with MKS Toolkit on Windows XP. Handlewtc%netscape.com2003-05-071-3/+2
* Bug 203988: add build support for Linux/mips (such as Sony PlayStation 2wtc%netscape.com2003-05-011-0/+5
* Broke a long line.wtc%netscape.com2003-04-211-1/+2
* Bug 134113: use "lib" as the prefix for static and import libraries in thewtc%netscape.com2003-04-211-2/+14
* Bug 134113: make NSS build on Win32 using GCC (MinGW). The patchwtc%netscape.com2003-04-203-22/+86
* Fix for 202058 - Compile source files wit absolute pathnames to ease debuggin...jpierre%netscape.com2003-04-171-4/+45
* Bug 201555: enable stripping of EXEs on OS/2 with gcc. The LIBPATHSTRICTwtc%netscape.com2003-04-151-1/+1
* Backed out the previous checkin, which broke our NT nightly build. It seemswtc%netscape.com2003-04-031-24/+4
* *** empty log message ***jpierre%netscape.com2003-04-031-4/+24
* Fix bug 95138. Make debug .EXE files with debug symbols.nelsonb%netscape.com2003-04-021-1/+1
* fixup commit for tag 'MOZILLA_1_4a_RELEASE'MOZILLA_1_4a_RELEASEcvs2hg2003-03-293-8/+16
* Bug 194083: use qcc instead of gcc. The patch is contributed bywtc%netscape.com2003-03-251-7/+9
* Bugzilla 198481: when using cc to build a 64-bit SPARC shared library, wewtc%netscape.com2003-03-211-0/+3
* Bugzilla 198481: fixed all build problems with gcc on Solaris.wtc%netscape.com2003-03-211-4/+19
* Shifted optimization level on Solaris to -xO3 (bug 122974).kirk.erickson%sun.com2003-03-111-2/+2
* Bug 190537: build OS/2 DLLs using the map files to control symbol export.wtc%netscape.com2003-02-252-29/+31
* Bug 134967: handle spaces and hyphens in $(USERNAME). Convert them towtc%netscape.com2003-02-151-0/+4
* Bug 107976: allow CC to be overridden (with the full pathname of the Cwtc%netscape.com2003-02-112-3/+3
* Set the default compiler to cc.wtc%netscape.com2003-02-071-0/+2
* Bug 188441: compile with -D_USE_BIG_FDS on HP-UX. This ensures that fd_setwtc%netscape.com2003-02-061-1/+1
* Bug 90010: added support for parisc64. I received this patch fromwtc%netscape.com2003-01-271-0/+5
* Bug 90010: added support for Linux for s390 and s390x. The patch iswtc%netscape.com2003-01-231-0/+10
* solaris pkg supportglen.beasley%sun.com2003-01-131-0/+2
* Bug 180294: moved the OpenVMS build from the POSIX subsystem to nativewtc%netscape.com2002-12-104-23/+27
* Bug 181913: disable the makefile rule for .s for OS/2 so that .asm fileswtc%netscape.com2002-12-027-52/+16
|\
| * Bug 182086: on Mac OS X, ranlib needs to be rerun after static librarieswtc%netscape.com2002-11-261-0/+4
* | fixup commit for tag 'ROGC_20021218_FREEZE'ROGC_20021218_FREEZEcvs2hg2002-11-277-10/+52
|/
* Bug 174143: Removed the obsolete platform.mk file. Do not allow overridingwtc%netscape.com2002-10-303-43/+0
* Bug 91224: Make sure that we use Solaris ld, not GNU ld, to build NSS.wtc%netscape.com2002-09-181-1/+2
* Bug 168360: Add support for the MOZ_PROFILE build option.wtc%netscape.com2002-09-121-0/+7
* Fix 158009: enable compression of xpclass*.jar.nicolson%netscape.com2002-09-091-7/+0
* Fix 166721: shared library rule does not handle dependencies correctly.nicolson%netscape.com2002-09-051-1/+1