summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.ia64
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-10-30 09:37:00 +0000
committerdfr <dfr@FreeBSD.org>2001-10-30 09:37:00 +0000
commit3b0536cd34108ab73586d9391245efde145f5112 (patch)
tree0973793ed40e983508efb2f65d7750c165938b23 /sys/conf/Makefile.ia64
parentaf121d89ff92e4ed312ef7c077ce155eeaf682de (diff)
downloadFreeBSD-src-3b0536cd34108ab73586d9391245efde145f5112.zip
FreeBSD-src-3b0536cd34108ab73586d9391245efde145f5112.tar.gz
Use -ffreestanding instead of -fno-builtin. That's the officially blessed
way of saying that its not linking with libc. Submitted by: peter
Diffstat (limited to 'sys/conf/Makefile.ia64')
-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 d46bcce..0044e98 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
OpenPOWER on IntegriCloud