NetBSD/lib/csu
cgd 53ded8ebcb add a hack so that old- and new-toolchain alphas do the right thing:
include bsd.own.mk early on, and if !alpha or if !ELF_TOOLCHAIN,
build c++rt0.o.  ELF alphas don't use the 'normal' C++ runtime startup
routines.  Eventually, there should be better ways to distinguish what
toolchain and object format is in use, and the Alpha C++ startup code
changes should be merged with that used by the other ports.
1996-10-08 00:36:28 +00:00
..
alpha update so this compiles with the latest ELF ld.so. Include bsd.own.mk 1996-10-08 00:29:48 +00:00
arm32 Initial commit of the crt0.o source for the arm32 port. 1996-02-02 16:23:16 +00:00
c++
common_aout
common_elf Reimplement in C, adding ELF support. if compiled with -DECOFF_COMPAT 1996-09-12 16:59:01 +00:00
i386 Make `make depend' work. For this, it was necessary to remove ${.ALLSRC} 1995-09-29 11:23:15 +00:00
m68k Make `make depend' work. For this, it was necessary to remove ${.ALLSRC} 1995-09-29 11:23:15 +00:00
mips CFLAGS+=, not CFLAGS= 1995-12-12 01:53:50 +00:00
ns32k Make `make depend' work. For this, it was necessary to remove ${.ALLSRC} 1995-09-29 11:23:15 +00:00
sparc Make `make depend' work. For this, it was necessary to remove ${.ALLSRC} 1995-09-29 11:23:15 +00:00
vax Really needed files, forgot them in -current after 1.1. 1995-12-12 08:04:47 +00:00
Makefile add a hack so that old- and new-toolchain alphas do the right thing: 1996-10-08 00:36:28 +00:00
common.c
common.h