Use -ffreestanding.

This commit is contained in:
obrien 2002-04-08 20:45:44 +00:00
parent 5822a44ed0
commit 5a69396214

View File

@ -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