diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-28 21:26:48 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-28 21:26:48 +0000 |
| commit | ae7c8a2bb8d926e24ef7ccf3a3e091d2d1fbc280 (patch) | |
| tree | 065fc0c3af84921a89ca9e60f4ce9dbad5891db0 /lib/csu/alpha | |
| parent | 7ca2f6ae1f95016ed6ded5d5b4b68d50288b7714 (diff) | |
Notes
Diffstat (limited to 'lib/csu/alpha')
| -rw-r--r-- | lib/csu/alpha/Makefile | 8 | ||||
| -rw-r--r-- | lib/csu/alpha/crt1.c | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index d2155684420a..519446e85b5d 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ # -SRCS= crt1.c crtbegin.c crtend.c -OBJS= crt1.o crtbegin.o crtend.o +SRCS= crt1.c +OBJS= crt1.o OBJS+= gcrt1.o -SOBJS= crtbegin.So crtend.So -CFLAGS+= -Wall -Wno-unused +CFLAGS+= -Wall -Wno-unused \ + -I${.CURDIR}/../common NOMAN= true NOPIC= true NOPROFILE= true diff --git a/lib/csu/alpha/crt1.c b/lib/csu/alpha/crt1.c index 095effc3a022..40c08988cc32 100644 --- a/lib/csu/alpha/crt1.c +++ b/lib/csu/alpha/crt1.c @@ -38,6 +38,7 @@ #endif #include <stdlib.h> +#include "crtbrand.c" struct Struct_Obj_Entry; struct ps_strings; |
