summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2001-10-30 09:37:00 +0000
committerDoug Rabson <dfr@FreeBSD.org>2001-10-30 09:37:00 +0000
commit74ada43be95c9732d04516838fbd46cc4ede7708 (patch)
tree0973793ed40e983508efb2f65d7750c165938b23
parentdab3d5bca0b9ef0ec8818704d9fbb0ade8e499af (diff)
Notes
-rw-r--r--sys/conf/Makefile.ia642
1 files changed, 1 insertions, 1 deletions
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