summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/conf/Makefile.sparc
AgeCommit message (Expand)Author
2008-04-15Oops, it's a bit too early for -Wvariable-decl on sparc.Miod Vallat
2008-04-12Compile kernels with -Wvariable-decl (except on arches with ipmi, for now).Miod Vallat
2007-11-30Define NORMAL_C_NOP everywhere.Miod Vallat
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-11-25Get rid of the kernel 'libcompat' framework, and instead use conf/files toTheo de Raadt
2007-07-30Shuffle the order in which we look for header files, when doingThordur I. Bjornsson
2007-05-08Remove cross-compiling stuff that is neither correct nor should have been com...Artur Grabowski
2007-05-08Switch sparc to __HAVE_CPUINFO.Artur Grabowski
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-06-01Right at the end of a debug kernel build, the current Makefile copies bsdChristopher Pascoe
2004-11-19More aggressive strip flags for non debug kernels; this is a noop on someMiod Vallat
2003-11-20Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa.Marc Espie
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and mic...Ted Unangst
2003-05-13Add option NO_PROPOLICE, which explicitely disables the use of the propoliceMiod Vallat
2003-05-13remove -fno-stack-protector (enable propolice)Ted Unangst
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-09-23Link the kernel so that it gets only one load section.Artur Grabowski
2002-09-05Fix STRIPFLAGS for elf version of strip. Use same flagsMarco S Hyman
2002-08-11Change to ELF-style linking.Artur Grabowski
2002-08-09Add an explicit dependancy of assym.h to Makefile.Miod Vallat
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2001-12-25Oops, I barfed there, too.Miod Vallat
2001-12-24Harmonize and complete wrt cross-compilation.Miod Vallat
2001-07-15add install targetassar
1999-05-30Sigh, -DsparcTheo de Raadt
1998-09-17Use -mcpu=supersparc instead of deprecated -mv8; Hans-Guenter Weigand <hgweig...Jason Wright
1998-08-20If there are no SFILES, don't try to .depend them; run over by: emory@hellyea...Jason Wright
1998-03-03Add -Wno-main for GCC 2.8Niklas Hallqvist
1997-09-15kill Locore.cTheo de Raadt
1997-08-24-msupersparc is bad news on the microSparc.Jason Downs
1997-07-08Added -msupersparc for SUN4M-only configs, (right after -mv8) -msupersparcjohns
1997-06-26Compile sun4m-only kernels with -mv8.Jason Downs
1997-06-25Switch to genassym.cf and sync Makefile with other ports.Jason Downs
1997-05-30having make clean remove *netbsd is good policy, but probably not what was in...grr
1997-03-26Use MKDEP instead of mkdep. Split STRIP into STRIP & STRIPFLAGS.Niklas Hallqvist
1996-08-19silence warnings for nowTheo de Raadt
1996-08-11netbsd port, now we merge our changes back inTheo de Raadt
1995-11-13do not use -fno-builtin for kernels; the reasons why are manifoldTheo de Raadt
1995-10-23Take out kernel linking flag '-p' it does nothing, change '-T' -> '-Ttext'.davem
1995-10-22kernel name is /bsdTheo de Raadt
1995-10-18genassym/newvers cleanupTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt