summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/conf/Makefile.powerpc
AgeCommit message (Expand)Author
2018-09-22- Determine KERN_AS automatically depending on whether OPT_MODULAR isrin
2016-02-27clang now supports normal soft float.joerg
2015-08-24Define ${LINKSCRIPT} in one place.uebayasi
2014-11-15Use LINKSCRIPT.uebayasi
2014-08-10Put GCC/GAS specific options under ACTIVE_CC == "gcc".joerg
2014-08-08Don't set -mmultiple or -mno-string for PowerPC, the difference is toojoerg
2014-08-05Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarlyapb
2014-03-06When building a DEBUG kernel, mdsetimage into the .gdb as well (so if it'smatt
2014-02-28Don't hardcode MACHINE_ARCHmatt
2013-08-23Add a SYSTEM_DEP for the ramdisk on INSTALL kernels.matt
2013-03-10Explicitly set KERN_AS (this could be done in /usr/src/sys/conf/Makefile.*)christos
2012-03-21For BookE kernels, use -mmultiple and -misel and enable -fstack-protectormatt
2012-02-01Make sure the walnut system_tail_extra is very last thing.matt
2011-06-30Get rid of local TOOL_GZIP definition that now bsd.own.mk does it for us.matt
2011-06-25Move some stuff from evbppc's Makefile.inc to powerpc's.matt
2011-06-18Make a common genassym.cf (powerpc/genassym.cf) and thenmatt
2011-06-04Make sure the kernel is compiled with -msdata=none since it uses %r2 and %r13matt
2011-01-18Add support for BookE Freescale MPC85xx (e500 core) processors.matt
2009-02-15Convert the recently introduced awk command to retrieve the value of thecube
2009-02-14Now that "options MODULAR" is handled via defflag, the Makefileapb
2008-11-13LKM -> MODULARad
2008-03-07mem*.S no longer include assym.hphx
2008-03-03Make kernlib depend on assym.hmatt
2008-03-01mem*.S needs assym.h.joerg
2008-01-08lock_stubs.S needs assym.h.joerg
2005-11-24 . Have dbsym explicitly suggest increasing SYMTAB_SPACE whendbj
2005-06-02Remove the hack to compile oea/pmap.c with -Wno-cast-qual, and insteadhe
2005-06-02Put a band-aid over the cast qualification warnings for oea/pmap.c.he
2005-05-31s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name.christos
2005-02-12When building kernel for OEA, allow unaligned accesses since OEAmatt
2004-12-09Add -Wa,-maltivec so that AltiVec instuctions will be recognized.matt
2004-06-04Add the %MAKEOPTIONSAPPEND token at the end of the file, after thethorpej
2004-01-06Change CPPFLAGS to -D${MACHINE}=${MACHINE} instead of just -D${MACHINE}briggs
2003-09-29Add a dependancy on assym.h; helps "make -j N" kernel builds.simonb
2003-02-24Only define KERN_AS= object if IDENT has -DLKM.matt
2003-02-19Set KERN_AS=obj now that LKMs work. (otherwise when you loaded LKMs theymatt
2003-01-01Add NEED_SYMTAB to run dbsym.augustss
2002-08-23Allow port-specific Makefiles to override the name and locationscw
2002-05-19Add NEED_BINARY, similar to NEED_SREC.augustss
2002-04-18Use a common genassym.cf for all the PPC_MPC6XX ports. Add a makeoptions tomatt
2002-01-05change apparent typo of MS_SFILES to MD_SFILESdbj
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-10-26Change defaults for kernel compiles. Default all to USETOOLS?=no and havejmc
2001-10-23Set MACHINE_ARCH explicitly in Makefiles for which it is constant.thorpej
2001-10-23Use MACHINE, not TARGET_MACHINE.thorpej
2001-10-21Use <bsd.own.mk> so that the right thing happens when building athorpej
2001-08-26Include ${THISPPC}/conf/Makefile.${TARGET_MACHINE}.inc if it exists (alasimonb
2001-08-26Make all powerpc ports use a common Makefile.powerpc (except walnut)matt
1998-05-28Rename NetBSD/powerpc to NetBSD/ofppc.sakamoto
1998-04-12Add -Wno-main conditional on compiler being gcc 2.8 or egcs. (This addstv