From 5a69396214db872e1ad727fe53dd43f153a13ba4 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 8 Apr 2002 20:45:44 +0000 Subject: [PATCH] Use -ffreestanding. --- lib/libstand/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index bd49d1ac0110..9f8294f6e3cb 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