diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-10 01:36:29 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-10 01:36:29 +0000 |
commit | a90cd41ca20a1f3d0fb95ebc8b4449d50a9f323a (patch) | |
tree | 39d896d17a71a08a2b2f610a57afc464961ead55 /lib/csu/sparc64 | |
parent | 176a306854a33c46bf8bce6ae4f677f0dcf8768c (diff) | |
download | FreeBSD-src-a90cd41ca20a1f3d0fb95ebc8b4449d50a9f323a.zip FreeBSD-src-a90cd41ca20a1f3d0fb95ebc8b4449d50a9f323a.tar.gz |
Use the compiler's crt{begin,end}.
Diffstat (limited to 'lib/csu/sparc64')
-rw-r--r-- | lib/csu/sparc64/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile index d3c18c8..9d4f5c3 100644 --- a/lib/csu/sparc64/Makefile +++ b/lib/csu/sparc64/Makefile @@ -2,10 +2,9 @@ .PATH: ${.CURDIR}/../common -SRCS= crt1.c crti.S crtn.S crtbegin.c crtend.c +SRCS= crt1.c crti.S crtn.S OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= gcrt1.o -SOBJS= crtbegin.So crtend.So CFLAGS+= -I${.CURDIR}/../common -I${.CURDIR}/../../libc/include NOMAN= true NOPIC= true |