NetBSD/lib/csu
thorpej 6249662a70 Deal better with platforms that don't yet support shared libraries:
* Only add -fPIC if MKPIC != no.
* Only build crtbeginS and crtendS if MKPIC != no.
2002-05-05 00:45:31 +00:00
..
alpha
arm32
arm_elf
c++
common_aout
common_elf Deal better with platforms that don't yet support shared libraries: 2002-05-05 00:45:31 +00:00
i386
i386_elf
m68k
m68k_elf Multi-line string literals are not in ISO-C. 2002-01-23 03:55:33 +00:00
mips
ns32k Declare the global register variable kps_strings before including anything 2002-02-22 13:46:30 +00:00
powerpc switch from addis R,0,... to the simplified mnemonic of lis which is 2002-04-26 23:28:53 +00:00
sh3
sh3_elf Pass the rtld object and ps_strings to _start() properly. From Marcus. 2002-02-03 23:57:19 +00:00
sparc
sparc64 Don't make ___start static as gcc can't tell it's referenced and complains. 2002-04-04 08:22:11 +00:00
sparc_elf fix multiline string literal. from gcc3 2002-02-11 06:08:23 +00:00
vax Change to use a register prefix. 2002-02-24 01:06:18 +00:00
vax_elf Change to use a register prefix. 2002-02-24 01:06:18 +00:00
x86_64
Makefile ${MACHINE_ARCH} != "arm32" is always true now, so remove it from an if. 2002-05-02 16:42:53 +00:00