summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/csu/alpha/Makefile5
-rw-r--r--lib/csu/amd64/Makefile5
-rw-r--r--lib/csu/i386-elf/Makefile5
-rw-r--r--lib/csu/ia64/Makefile5
-rw-r--r--lib/csu/powerpc/Makefile6
-rw-r--r--lib/csu/sparc64/Makefile5
6 files changed, 6 insertions, 25 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index 5528e4e..e4fd425 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -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}
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile
index 630872c..ef59b12 100644
--- a/lib/csu/amd64/Makefile
+++ b/lib/csu/amd64/Makefile
@@ -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}
diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile
index 630872c..ef59b12 100644
--- a/lib/csu/i386-elf/Makefile
+++ b/lib/csu/i386-elf/Makefile
@@ -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}
diff --git a/lib/csu/ia64/Makefile b/lib/csu/ia64/Makefile
index 5528e4e..e4fd425 100644
--- a/lib/csu/ia64/Makefile
+++ b/lib/csu/ia64/Makefile
@@ -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}
diff --git a/lib/csu/powerpc/Makefile b/lib/csu/powerpc/Makefile
index 44f1f3a..e4fd425 100644
--- a/lib/csu/powerpc/Makefile
+++ b/lib/csu/powerpc/Makefile
@@ -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}
diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile
index 9d4f5c3..9d993c8 100644
--- a/lib/csu/sparc64/Makefile
+++ b/lib/csu/sparc64/Makefile
@@ -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}
OpenPOWER on IntegriCloud