diff options
author | marcel <marcel@FreeBSD.org> | 2002-05-19 03:41:48 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2002-05-19 03:41:48 +0000 |
commit | 0042ddf6d7473ba707e3547078e693ffd3c6cdb4 (patch) | |
tree | 559c52d5eb8da2013828a648c79d8a25acf97c55 /sys/conf | |
parent | 9c4d02c029727cede6ff718ef0230786339eea41 (diff) | |
download | FreeBSD-src-0042ddf6d7473ba707e3547078e693ffd3c6cdb4.zip FreeBSD-src-0042ddf6d7473ba707e3547078e693ffd3c6cdb4.tar.gz |
Remove CWARNFLAGS and add GCC3. We handle GCC3.x specific flags
centrally now that we have GCC3 in the tree. The GCC3 variable
is a helper during the switch.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/Makefile.ia64 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index 1be2ef3..083b95d 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -16,10 +16,7 @@ # after which config should be rerun for all machines. # -# The cross tools don't understand -fformat-extensions -CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \ - -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \ - -Wno-format -ffreestanding +GCC3= you bet # Which version of config(8) is required. %VERSREQ= 500010 |