summaryrefslogtreecommitdiff
path: root/lib/csu/common/Makefile.inc
AgeCommit message (Expand)Author
2018-12-28Undo previous; breaks macppc/m68k (at least)christos
2018-12-27Enable initfini array support for everyone.christos
2018-11-26Do not pass the main object handle from the assembler startup stub tojoerg
2016-06-01Revert -O1 hack for GCC 5.3, replaced by workaround in the code.joerg
2016-05-10We need the -O1 hack (for gcc 5.3) for crtbegin.c as well.martin
2016-05-01Revert previous (fallout is more subtle but there).martin
2016-04-30Gcc 5.3 seems to do fine compiling this for sparc64, so exclude itmartin
2016-04-04For the benefit of compilers not using our native C runtime environment,martin
2016-03-29crt0-common.c is miscompiled by gcc 5.3 on evbarm with -O2 so use -O1. Doskrll
2016-03-27add a hack for GCC 5 and non-x86 platforms:mrg
2014-03-04Add GENASSYM_CPPFLAGS in two more places.joerg
2014-01-11Using ${LD} -x screws up BE arm. Use ${OBJCOPY} ${OBJCOPYLIBFLAGS} insteadmatt
2013-11-17Simplify previous by using CSU_MACHINE_ARCH. Hint from Takeshi Nakayama.martin
2013-11-16We do not want to build the code model markes when creating the 32bitmartin
2013-11-14On sparc64: create additional "marker" object files, that can be used by themartin
2013-11-11Explicitly depend on sys/param.h to pick up __NetBSD_Version changes.joerg
2013-09-18Fix previous: use PICFLAGS for crtbeginS.ouwe
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-09-10Add support for a NetBSD MARCH elf note to record the MACHINE_ARCH formatt
2013-08-05Alpha needs crtfm.o for USE_COMPILERCRTSTUFF=nomatt
2013-07-18Only supplie -fPIE to crtbegin.c if MKPIC is yes.matt
2013-07-17Use -fPIE for crtbegin.o (instead of -fpie).martin
2013-07-05Only install crtbeginS.o, crtbeginT.o and crtendS.o when MKPIC=yes.joerg
2013-06-27Switch arm, earm, powerpc to use crtbegin.cmatt
2013-06-27Add -fPIC to compile of crtbeginS.omatt
2013-06-25Reorder to avoid !existsmatt
2013-06-22Add a common crtbegin.c file and use a machine dependent crtbegin.h tomatt
2013-06-22Allow crtbegin to be a C file.matt
2012-03-25Don't pass assembler flags to genassym, it doesn't compile.joerg
2012-01-31Move crt0.S in front of crt0-common.c when building crt0.o and gcrt0.o.uwe
2012-01-31Hmm, funny. I wonder why and how did emacs VC managed to adduwe
2012-01-31Use -DPIC to compile crtbeginS.o since that's what <machine/asm.h>uwe
2011-01-31use of .PARSEDIR just doesn't work with .OBJDIR, replace with .CURDIRdrochner
2010-12-07Build assembler sources with assembler compile rules.joerg
2010-08-07Switch i386 and x86_64 to the new CRT layout. The crt0.c body is sharedjoerg