summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Restore -O2 optimization after gcc 4.2.1 import, which hasdelphij2007-08-141-1/+1
* Put local symbol suppression rule into most recent (e.g. last) versionkan2007-07-211-3/+5
* Switch to "-O1 -pipe" as cross-build compatible gcc workaround.ache2007-07-011-1/+1
* Back out gcc workaround per re@ request. Details:ache2007-06-281-1/+1
* Make zoneinfo optional so that a filesystem upgrade/update does not overwriteremko2007-06-261-0/+1
* This is temp workaround of nasty gcc 4.2.0 -O2 bug which may skip the restache2007-06-261-1/+1
* Options spring cleanup:sepotvin2007-06-131-0/+2
* Break long linepav2007-06-011-2/+3
* Add bsd.port.options.mk, a stub to include parts of bsd.port.mk that handlepav2007-06-012-1/+9
* Temporarily add 'WITH_GCC3' that removes -Wno-pointer-sign from theobrien2007-05-241-0/+2
* Style: remove redundant parentheses.ru2007-05-212-2/+2
* GCC doesn't segfault anymore while building world with -mcpu=xscale, so use it.cognet2007-05-211-3/+1
* Introduce WITHOUT_SSP option that allows users to exclude LGPLedkan2007-05-191-0/+1
* Universally disable -Werror until src/ is in better shape for GCC 4.2.kan2007-05-191-0/+4
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.deischen2007-05-134-3/+10
* Use CPP to preprocess version map files so we can conditionalize symbols.deischen2007-04-291-2/+4
* When generating the version map file, order versions oldestdeischen2007-04-231-19/+36
* Oops, keep things sorted.pjd2007-04-061-1/+1
* Connect ZFS to the build.pjd2007-04-061-1/+6
* Add new libraries. We may want to rename libumem to not colide withpjd2007-04-061-0/+6
* Add entry for bsd.symver.mk.kan2007-04-031-1/+1
* Break out Version.map generation code from bsd.lib.mk into akan2007-04-032-33/+44
* Stop clobberring the application namespace with localru2007-03-121-37/+37
* Enable ncurses wide character supportrafan2007-03-091-0/+1
* Remove old libmytinfo link.rafan2007-02-011-1/+0
* Replace the GNU gzip with a slightly modified NetBSD gzip. Thedelphij2007-01-261-0/+2
* "If I only had a brain..."des2007-01-171-1/+1
* Correct errors in previous commit. I didn't realize that ${CPUTYPE} isdes2007-01-171-6/+6
* On i386, make "prescott" an alias for "nocona" (instead of the other waydes2007-01-171-3/+7
* Try harder to not leak src/ build stuff into ports/ environmentru2006-11-192-2/+7
* Change one more ARM_BIG_ENDIAN to TARGET_BIG_ENDIAN.cognet2006-11-051-1/+1
* Allow a makefile to set IGNORE_PRAGMA so that OpenSolaris code canjb2006-11-041-0/+4
* Add a build option to support WITH_CDDL and WITHOUT_CDDL, defaultingjb2006-11-011-0/+1
* - Don't pass an empty ``NM='' to lorder(1) when NM is unset.ru2006-10-251-3/+17
* Use TARGET_BIG_ENDIAN instead of ARM_BIG_ENDIANcognet2006-10-191-1/+1
* Remove X11BASE from here so the one from bsd.port.mk has a chance to setlesi2006-10-061-2/+0
* Removed libc_r build support.ru2006-09-303-4/+0
* Don't run install-info under lockf if not installing in parallel.ru2006-09-291-0/+7
* When building WITHOUT_ASSERT_DEBUG, we need to disable -Werror as its easyobrien2006-09-132-0/+2
* Add a knob for compiling the tree -DNDEBUG. This turns off all theimp2006-09-113-0/+9
* Pass whatever the value of NM down to lorder. This allows one toimp2006-08-251-3/+3
* Don't read in /etc/src.conf when building ports.obrien2006-08-241-0/+3
* Remove alpha left-overs.ru2006-08-222-27/+1
* Revert previous commit. Pre-Nehemiah C3 CPUs do have 3DNow!; it doesn'tdes2006-08-131-1/+1
* I don't know where I got the idea that the VIA C3 has 3DNow!; it doesn't.des2006-08-121-1/+1
* Reintroduce CSTD, which allows a Makefile to specify the precise dialectdes2006-08-111-0/+15
* Grr we also need to set -mbig-endian to LDFLAGS. Now I can build acognet2006-07-211-0/+1
* Remove ALPHA optimization pointer for gcc flags.imp2006-07-201-1/+1
* Oops LDFLAGS can be used to invoke gcc, so directly add -EB to {LD}.cognet2006-07-201-1/+1
* Honor ARM_BIG_ENDIAN by adding -mbig-endian to CFLAGS and -EB to LDFLAGS ifcognet2006-07-201-0/+5
OpenPOWER on IntegriCloud