summaryrefslogtreecommitdiff
path: root/share/mk/bsd.own.mk
AgeCommit message (Expand)Author
2013-01-05Switch m88k ports to ELF.Miod Vallat
2012-12-01Switch m88k ports to gcc 3.Miod Vallat
2012-10-19Document the current situation with who is PIE, and who is not.Theo de Raadt
2012-09-11sh can move to PIE, for better or worse. maybe it becomes slower, maybeTheo de Raadt
2012-09-02We need big PIE on powerpc because the GOT gets too big for some bloatwareMark Kettenis
2012-09-02take hppa to PIE as well; ok kettenis pascalTheo de Raadt
2012-09-02enable PIE on alpha, and document the situation for otherTheo de Raadt
2012-09-01avr32 did not happenTheo de Raadt
2012-08-31Enable PIE on amd64, mips64(el) and sparc64.Pascal Stumpf
2012-08-28We can't add -nopie to LDFLAGS yet, since cc doesn't understand it. UsePascal Stumpf
2012-08-28LDFLAGS will be -nopie for the NOPIE case, change GCC_PIE_DEFAULT -> PIE_DEFAULTPascal Stumpf
2012-08-23turn off AFSTheo de Raadt
2012-08-22share/mk bits for PIE, currently disabled.Pascal Stumpf
2012-08-20add -Wdeclaration-after-statement to the default CDIAGFLAGS (used whenStuart Henderson
2012-08-17Add a default CDIAGFLAGS, so that programs may be enable warnings byChristiano F. Haesbaert
2012-08-14Garbage collect the USE_GCC variables; everything usesMatthew Dempsky
2012-08-14Add framework support for controlling symbol visibility in sharedMatthew Dempsky
2012-04-12move sh to gcc4Jonathan Gray
2012-04-08unhook lint from the tree. The parser is incomplete and difficultJonathan Gray
2011-11-25Switch alpha to gcc4 (and there was much rejoicing)Miod Vallat
2011-11-12- add avr32 which'll use gcc4/binutils-2.17Jasper Lievisse Adriaanse
2011-11-11hppa64 uses binutils 2.17.Joel Sing
2011-09-19remove the /usr/share/man/ps* hierarchy and supporting variables; MANPSOkan Demirmen
2011-07-10Switch arm ports to gcc4. ok deraadt@Miod Vallat
2011-07-08Switch sparc to gcc4. No source upgrade possible (well, it obviously can beMiod Vallat
2011-07-06Do not use wildcards in GCC4_ARCH, they do not play well with make's :MMiod Vallat
2011-07-05Allow switching between binutils and binutils 2.17.Dale Rahn
2011-07-04Simplfy GCC decision by making the list of archs instead a hugeDale Rahn
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
2010-09-24Switch mips-based ports to gcc4. Most of the work has been done by kettenis@.Miod Vallat
2010-07-08Switch hppa, i386 and powerpc to gcc4. Bump libc major to handle ABI cornerMark Kettenis
2010-05-26Switch amd64 and sparc64 over to gcc4; bump libc major to deal with the ABIMark Kettenis
2010-05-09define COMPILER_VERSION to be used later.Marc Espie
2008-09-07allow PICFLAG to be overridden; ok kettenis drahnTheo de Raadt
2008-03-28Enable shared libraries on landisk.Dale Rahn
2007-11-03unmess make depend: make sure stuff is built in the correct order.Marc Espie
2006-10-06Early bits for a 32-bit SuperH toolchain, currently for little-endianMiod Vallat
2006-09-26switch alpha to gcc3; joint work with drahn@ and brad@Martin Reindl
2006-06-26remove extraneous brackets and list the architecures in alphabetic order.Brad Smith
2005-11-23change NOLINT into opposite sense; WANTLINT, since it lets us builtTheo de Raadt
2005-08-08activate LC_CTYPE for 8 bits locale.Marc Espie
2005-01-18reverse logic for gcc3 decision making; brad@ deraadt@ drahn@ okMichael Shalayeff
2004-12-30switch i386 to gcc3; ok deraadt espie miodPeter Valchev
2004-11-07- MACHINE -> MACHINE_ARCH for amd64Brad Smith
2004-10-29switch powerpc to gcc3Peter Valchev
2004-09-06i *SAID* this could go in, now it is days later, I will do it myselfTheo de Raadt
2004-07-24Enable profiling libraries construction on m88k.Miod Vallat
2004-07-08again: move PICFLAG into bsd.own.mk with the rest of the shlib handling,Peter Valchev
2004-06-24undo tree breakage, sorryPeter Valchev
2004-06-22move PICFLAG into bsd.own.mk where the rest of the lib stuff isPeter Valchev