summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-12 13:54:42 +0000
committerobrien <obrien@FreeBSD.org>2002-05-12 13:54:42 +0000
commit1b23a3102ed078a03f0d4ad56253281f17dce1ac (patch)
tree3ced389ef8301c5ba327af87e80a53f790671069 /sys/boot/alpha
parent14eeafe476090c9595254586edfe449953cc476f (diff)
downloadFreeBSD-src-1b23a3102ed078a03f0d4ad56253281f17dce1ac.zip
FreeBSD-src-1b23a3102ed078a03f0d4ad56253281f17dce1ac.tar.gz
Back out last commit. I expect our bsd.*.mk gods to remove the need for
defining so many extra things in addition to INTERNALLIB. We don't like repetitive C code and we shouldn't for make code either.
Diffstat (limited to 'sys/boot/alpha')
-rw-r--r--sys/boot/alpha/libalpha/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/alpha/libalpha/Makefile b/sys/boot/alpha/libalpha/Makefile
index 068bd2e..a3fe818 100644
--- a/sys/boot/alpha/libalpha/Makefile
+++ b/sys/boot/alpha/libalpha/Makefile
@@ -1,6 +1,8 @@
# $FreeBSD$
LIB= alpha
+NOPIC= true
+NOPROFILE= true
INTERNALLIB= true
CFLAGS+= -ffreestanding
OpenPOWER on IntegriCloud