diff options
Diffstat (limited to 'lib/csu/amd64/Makefile')
| -rw-r--r-- | lib/csu/amd64/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile index ef59b121da0f..630872c7cc20 100644 --- a/lib/csu/amd64/Makefile +++ b/lib/csu/amd64/Makefile @@ -9,7 +9,10 @@ CFLAGS+= -elf -Wall \ -I${.CURDIR}/../common \ -I${.CURDIR}/../../libc/include LDFLAGS+= -elf -NOLIB= true +NOMAN= true +NOPIC= true +NOPROFILE= true +INTERNALLIB= true all: ${OBJS} ${SOBJS} |
