summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.ia64
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-09-15 12:28:02 +0000
committerdfr <dfr@FreeBSD.org>2001-09-15 12:28:02 +0000
commit251ae3c2b1b5b9a3f04718a512aa641cf95580b8 (patch)
tree48ff0ce91e9d04806e50fcfaadac09db9af7ea52 /sys/conf/Makefile.ia64
parent3a353f88b012a3f07611ed902a705cb21f717a8b (diff)
downloadFreeBSD-src-251ae3c2b1b5b9a3f04718a512aa641cf95580b8.zip
FreeBSD-src-251ae3c2b1b5b9a3f04718a512aa641cf95580b8.tar.gz
Allow C++ comments in headers - the EFI headers are full of them.
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 30e4c6e..f89c881 100644
--- a/sys/conf/Makefile.ia64
+++ b/sys/conf/Makefile.ia64
@@ -17,7 +17,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 \
- -ansi
+ -ansi -Wp,-+
CC= ia64-unknown-linux-gcc -D__FreeBSD__ -U__linux__
LD= ia64-unknown-linux-ld
NM= ia64-unknown-linux-nm
OpenPOWER on IntegriCloud