summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-08 20:45:44 +0000
committerobrien <obrien@FreeBSD.org>2002-04-08 20:45:44 +0000
commit0d26ffda3d9613256bbbb64fb0613f0a5ec1049f (patch)
tree43df3fe9dbca127d566d7de36b2dea737e6be04e /lib/libstand
parent97aa54ebde7cb4381e08bf9c539f2bbc17af8133 (diff)
downloadFreeBSD-src-0d26ffda3d9613256bbbb64fb0613f0a5ec1049f.zip
FreeBSD-src-0d26ffda3d9613256bbbb64fb0613f0a5ec1049f.tar.gz
Use -ffreestanding.
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index bd49d1a..9f8294f 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -1,5 +1,4 @@
# $FreeBSD$
-#
# Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $
#
# Notes:
@@ -12,8 +11,7 @@ NOPROFILE= YES
NOPIC= YES
MAN= libstand.3
-# Mostly OK, some of the libc imports are a bit noisy
-CFLAGS+= -Wall
+CFLAGS+= -ffreestanding
.if ${MACHINE_ARCH} == "alpha"
CFLAGS+= -mno-fp-regs
OpenPOWER on IntegriCloud