summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/conf/Makefile.sun3
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2020-09-07don't error array-bounds and packed-member issues with GCC 9.mrg
2018-09-22- Determine KERN_AS automatically depending on whether OPT_MODULAR isrin
2018-09-22No need to specify COMPAT_AS anymore.rin
2018-03-07Build compat code as .a if not MODULAR.maya
2018-03-03sun2/sun3:mrg
2018-02-25add a special rule to build m68k/fpu.c to avoid passing -msoft-float.mrg
2015-04-15remove various HAVE_GCC=45 fragments.mrg
2011-07-09fix previous and use a correct make constructmrg
2011-07-08don't use -msoft-float for GCC 4.5. -msoft-float passes down -mno-floatmrg
2011-01-21Switch remaining platforms to modern CPP for assembler.joerg
2008-02-19Add missing assym.h dependency.joerg
2005-12-11merge ktrace-lwp.christos
2005-05-31s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name.christos
2004-06-04Add the %MAKEOPTIONSAPPEND token at the end of the file, after thethorpej
2002-11-26The traditional C preprocessor is fixed in GCC 3.3 now, so no needthorpej
2002-06-04Don't use -traditional-cpp if HAVE_GCC3.thorpej
2002-05-30Get rid of the XDEFS thing; the new toolchain provides a properthorpej
2002-02-10add "-m68030" for sun3x, addresses PR 15312.chs
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-11-20cleanup:lukem
2001-11-20- pull in opt_kgdb.h where necessarylukem
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-05-29define _KERNEL_OPT as well as _KERNEL. we will use this in the future tomrg
2001-02-22switch sun3 to ELF. highlight include:chs
2001-02-04Add -D__m68k__ to XDEF.tsutsui
2000-12-17delete obsolete commentjdolecek
2000-12-07convert to use genassym.cf & genassym.sh, as other ports dojdolecek
2000-05-09Add "install" target, so "make install" after building the kernelhubertf
2000-05-09HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9 as well. Also,thorpej
2000-02-01Revert STRIPPROG -> STRIPtsutsui
2000-01-24Add "dependall" target for comfort.tron
2000-01-19STRIP -> STRIPPROGtsutsui
2000-01-19Change STRIPFLAGS=-g for cross-toolchains.tsutsui
1999-07-26be more efficient when doing the SYSTEM_LD_TAIL for -g kernels: don'tcgd
1999-07-09clean up a bit after jason :)mrg
1999-01-15Don't define "mc68020". Nothing uses it.thorpej
1999-01-08Add -Wpointer-arith warning since `void *' arithmetic is not ANSI C.augustss
1998-12-13Add -Werror and -Wmissing-prototypes, like most other ports do.kleink
1998-10-15change handling of libkern:drochner
1998-09-05distclean is a synonym for cleandirlukem
1998-05-31Specify a non-profiling C rule.thorpej
1998-04-12Add -Wno-main conditional on compiler being gcc 2.8 or egcs. (This addstv
1998-02-05Merge arch/sun3x into arch/sun3gwr
1997-11-12Make sure CPP, AR, AS, and RANLIB are defined.thorpej
1997-11-12Define LORDER, NM, and TSORT here, like we do the rest of the tools.thorpej
1997-10-23Generate assym.h into assym.h.tmp first, then move it. (safety)gwr
1997-10-04use common genassym.awkgwr
1997-10-03define SIZE?=size, and use ${SIZE} instead of size. makes crosslukem