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/amd64/Makefile | |
| parent | 7ca2f6ae1f95016ed6ded5d5b4b68d50288b7714 (diff) | |
Notes
Diffstat (limited to 'lib/csu/amd64/Makefile')
| -rw-r--r-- | lib/csu/amd64/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile index 70e66b16d165..2082a7050069 100644 --- a/lib/csu/amd64/Makefile +++ b/lib/csu/amd64/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ # -SRCS= crt1.c crtbegin.c crtend.c crti.S crtn.S +SRCS= crt1.c crti.S crtn.S OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= gcrt1.o -SOBJS= crtbegin.So crtend.So -CFLAGS+= -elf -Wall -fkeep-inline-functions +CFLAGS+= -elf -Wall -fkeep-inline-functions \ + -I${.CURDIR}/../common LDFLAGS+= -elf NOMAN= true NOPIC= true |
