summaryrefslogtreecommitdiff
path: root/sys/arch/mips/conf/Makefile.mips
AgeCommit message (Expand)Author
2021-04-26Produce elf32 images for mipsn64eb toochristos
2021-04-25use ${MACHINE_MIPS64}christos
2019-01-01ELF2ECOFF -> MIPS_ELF2ECOFFchristos
2018-09-22- Determine KERN_AS automatically depending on whether OPT_MODULAR isrin
2018-06-05use the compiler way of passing arguments to the linker.christos
2017-02-22leave the part for GCC >= 5.3 in.maya
2017-02-22GC workaround for GCC 4.8 fixed in GCC 5+maya
2016-03-29make sure we compile mips_fpu.c and fp.S with -mhard-floatmacallan
2016-03-28Restrict float format hacks to gcc 4.8martin
2016-02-18gcc does not pass floating point options to the assemblermacallan
2015-08-24Define ${LINKSCRIPT} in one place.uebayasi
2014-11-15LINKSCRIPT is set only once, so use = not +=.uebayasi
2014-11-15Use LINKSCRIPT.uebayasi
2013-03-10Explicitly set KERN_AS (this could be done in /usr/src/sys/conf/Makefile.*)christos
2011-02-20Major merge forward from matt-nb5-mips64.matt
2011-02-01Use elf32-ntrad{little,big}mipsmatt
2011-01-21Switch remaining platforms to modern CPP for assembler.joerg
2009-12-14Merge from matt-nb5-mips64matt
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-12-11Clean-up makefile stub used to include in the build the binary HAL objectalc
2008-11-13LKM -> MODULARad
2008-02-18Backout previous. vr_idle.S no longer depends on assym.h.tsutsui
2008-02-18Another assym.h dependency for hpcmipsjoerg
2008-01-03Missing assym.h dependency.joerg
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-05-25Preserve local symbols on linking a kernel so thattsutsui
2007-05-17merge yamt-idlelwp branch. asked by core@. some ports still needs work.yamt
2006-08-27Add -msym32 to CFLAGS when MACHINE_ARCH is mips64e[bl].matt
2006-08-27Sign extend DEFTEXTADDR on MIPS64.matt
2006-08-26Nuke unneeded LP64 conditional sectionmatt
2006-04-04Add support for using the MIPS Atheros HAL.gdamore
2005-11-11Build libkern as a .o if LKMs are enabled so that all libkern functionssimonb
2005-05-31s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name.christos
2004-10-01Set LP64 default to "no".sekiya
2004-10-01Rework previous slightly, so that ld is passed the right flags for 64-bit mode.sekiya
2004-09-29Allow arguments to as/ld to be specified in the kernel config file. Providesekiya
2004-06-04Add the %MAKEOPTIONSAPPEND token at the end of the file, after thethorpej
2003-10-05Define ELF2ECOFF here for native build.tsutsui
2003-07-04Add some dependancies on assym.h; helps "make -j N" kernel builds.simonb
2002-12-09Remove the explicit `makeoptions MACHINE_ARCH="mipse{b,l}"' for kernelsimonb
2002-11-09Build with kernel with -msoft-float.thorpej
2002-11-09* Add -mno-abicalls to AFLAGS.thorpej
2002-11-09Nuke the CROSSDIR stuff.thorpej
2002-11-09No need to pass -mno-half-pic; NetBSD's compiler does not generatethorpej
2002-06-04Don't use -traditional-cpp if HAVE_GCC3.thorpej
2002-03-05Don't explicitly depend locore_*.S and fp.S on assym.h - this is donesimonb
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-10-26remove " in assignment of ENDIAN.shin
2001-10-26Change defaults for kernel compiles. Default all to USETOOLS?=no and havejmc