diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-08 20:31:20 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-08 20:31:20 +0000 |
| commit | f01730b2797d91fd642cfaa5402e027fb6795373 (patch) | |
| tree | 0a894448b589b05b4c60907d1387ee49c0797b35 /lib/csu | |
| parent | 2bb113d084862001879030d88defcb0c6b8340f7 (diff) | |
Notes
Diffstat (limited to 'lib/csu')
| -rw-r--r-- | lib/csu/sparc64/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile index 5985c8cffba92..d3c18c8bb5399 100644 --- a/lib/csu/sparc64/Makefile +++ b/lib/csu/sparc64/Makefile @@ -2,11 +2,11 @@ .PATH: ${.CURDIR}/../common -SRCS= crt1.c crti.S crtn.S +SRCS= crt1.c crti.S crtn.S crtbegin.c crtend.c OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= gcrt1.o -CFLAGS+= -I${.CURDIR}/../common \ - -I${.CURDIR}/../../libc/include +SOBJS= crtbegin.So crtend.So +CFLAGS+= -I${.CURDIR}/../common -I${.CURDIR}/../../libc/include NOMAN= true NOPIC= true NOPROFILE= true |
