From 74ada43be95c9732d04516838fbd46cc4ede7708 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Tue, 30 Oct 2001 09:37:00 +0000 Subject: [PATCH] Use -ffreestanding instead of -fno-builtin. That's the officially blessed way of saying that its not linking with libc. Submitted by: peter --- sys/conf/Makefile.ia64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index d46bcce5aa27..0044e98ababb 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -19,7 +19,7 @@ # The Linux cross tools don't understand -fformat-extensions CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \ -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \ - -fno-builtin + -ffreestanding CC= ia64-unknown-linux-gcc LD= ia64-unknown-linux-ld NM= ia64-unknown-linux-nm