summaryrefslogtreecommitdiffstats
path: root/lib/csu/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prevent the use of jump tables on powerpc64 as well.kettenis2020-06-271-2/+3
* disable altivec and vsx as it causes issues in qemu testing.drahn2020-06-251-1/+5
* Disable builtins on ppc in order to prevent the compiler from optimizing inmortimer2020-05-191-2/+2
* Need to compile rcrt0.o with -fno-jump-tables on powerpc as well.kettenis2019-07-011-3/+8
* Since clang only supports the "secure" PLT ABI for "big" PIC/PIE on powerpc,kettenis2019-06-281-9/+1
* Prevent clang from using builtins and jump tables in _dl_boot_bind()visa2019-04-191-1/+6
* Remove -S from install commandskn2019-02-241-2/+2
* Fix dependency generation: pass ${DFLAGS} and -MF explicitlyguenther2017-08-121-8/+11
* remove misc. depend and yacc nits that no longer matter.espie2017-07-101-4/+1
* amd64 can build rcrt0.o with the stack-protectorguenther2017-01-211-3/+10
* Use sed -i to post-process .depend. This avoids permission issues causednatano2016-11-081-8/+2
* unify tmp depend generation.espie2016-10-151-5/+8
* Enable PIE on arm now that sjlj exceptions are no longer used afterjsg2016-09-031-6/+1
* retire sparctedu2016-09-011-3/+2
* Introduce new csu0 variant for -static -pie binaries to use calledkurt2014-12-221-2/+11
* Objects for the executable can be PIE instead of PIC, so remove the sparc64guenther2014-11-151-9/+1
* ELF uberalles, so move the files up out of common_elfguenther2014-11-151-16/+14
* Merge Makefiles, moving the build up a level and putting the CPU-specificguenther2014-11-121-6/+94
* m68k is dead <sniff>guenther2014-11-101-2/+2
* enter ia64 for objderaadt2011-07-041-2/+2
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-3/+3
* build obj in shdrahn2006-11-091-2/+2
* add mips64 to the list. ok derradt.pefo2004-09-101-2/+2
* change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt2004-02-271-2/+2
* link into build. make obj is safe in arm dir.drahn2004-02-011-2/+2
* for make obj, enter x86_64; mickey okderaadt2004-01-281-2/+2
* c++rt0.o is a relic of long ago. tested on ELF drahn a.out miod, ok miod@drahn2004-01-041-3/+1
* add sparc64; op2@squish.orgjason2001-09-111-2/+2
* remove unused bits and pieces.brad2001-08-191-2/+2
* make obj in hppa alwaysmickey2001-08-191-2/+2
* remove mips leftovers; ok bradpvalchev2001-07-111-2/+2
* Put m88k-related files in the correctly named directory.miod2001-06-261-2/+2
* Fix RCS Idsniklas1999-08-201-1/+1
* make obj thingies.todd1997-11-081-2/+8
* initial import of NetBSD treederaadt1995-10-181-0/+5