From dab3d5bca0b9ef0ec8818704d9fbb0ade8e499af Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Tue, 30 Oct 2001 09:09:13 +0000 Subject: [PATCH] Adjust for building with gcc 3.0.1. --- sys/conf/Makefile.ia64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index 44fd95738f84..d46bcce5aa27 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -19,8 +19,8 @@ # The Linux cross tools don't understand -fformat-extensions CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \ -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \ - -ansi -Wp,-+ -CC= ia64-unknown-linux-gcc -D__FreeBSD__ -U__linux__ + -fno-builtin +CC= ia64-unknown-linux-gcc LD= ia64-unknown-linux-ld NM= ia64-unknown-linux-nm SIZE= ia64-unknown-linux-size