diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-08 20:45:44 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-08 20:45:44 +0000 |
| commit | ae9b2dab0214b4b619794171f3fdc1372485b330 (patch) | |
| tree | 43df3fe9dbca127d566d7de36b2dea737e6be04e /lib/libstand/Makefile | |
| parent | 00dfed40da9e86402f3c9c1378c7390d5ed3950b (diff) | |
Notes
Diffstat (limited to 'lib/libstand/Makefile')
| -rw-r--r-- | lib/libstand/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index bd49d1ac0110f..9f8294f6e3cb6 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 |
