Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.

This commit is contained in:
David E. O'Brien 2002-05-11 17:45:03 +00:00
parent bf724125ff
commit 785b36d40f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96411
6 changed files with 6 additions and 25 deletions

View File

@ -8,10 +8,7 @@ OBJS+= gcrt1.o
CFLAGS+= -Wall -Wno-unused \
-I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include
NOMAN= true
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
NOLIB= true
all: ${OBJS} ${SOBJS}

View File

@ -9,10 +9,7 @@ CFLAGS+= -elf -Wall \
-I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include
LDFLAGS+= -elf
NOMAN= true
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
NOLIB= true
all: ${OBJS} ${SOBJS}

View File

@ -9,10 +9,7 @@ CFLAGS+= -elf -Wall \
-I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include
LDFLAGS+= -elf
NOMAN= true
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
NOLIB= true
all: ${OBJS} ${SOBJS}

View File

@ -8,10 +8,7 @@ OBJS+= gcrt1.o
CFLAGS+= -Wall -Wno-unused \
-I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include
NOMAN= true
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
NOLIB= true
all: ${OBJS} ${SOBJS}

View File

@ -8,11 +8,7 @@ OBJS+= gcrt1.o
CFLAGS+= -Wall -Wno-unused \
-I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include
NOMAN= true
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
NOLIB= true
all: ${OBJS} ${SOBJS}

View File

@ -6,10 +6,7 @@ SRCS= crt1.c crti.S crtn.S
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= gcrt1.o
CFLAGS+= -I${.CURDIR}/../common -I${.CURDIR}/../../libc/include
NOMAN= true
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
NOLIB= true
all: ${OBJS} ${SOBJS}