aboutsummaryrefslogtreecommitdiff
path: root/lib/libiconv_modules/mapper_serial
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2014-01-05 21:03:49 +0000
committerDimitry Andric <dim@FreeBSD.org>2014-01-05 21:03:49 +0000
commit4abd7edcbde21ba7a089c7d1a0bba8f87ebece06 (patch)
tree46d53bcdc43359c7af392a81316a0d8af7a56eac /lib/libiconv_modules/mapper_serial
parent8f4fa88900fbdc0605efe9b54aa78f07759023f7 (diff)
downloadsrc-4abd7edcbde21ba7a089c7d1a0bba8f87ebece06.tar.gz
src-4abd7edcbde21ba7a089c7d1a0bba8f87ebece06.zip
Split the last gcc-specific flags off into CFLAGS.gcc. This also
removes the need to use -Qunused-arguments for clang throughout the tree. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=260334
Diffstat (limited to 'lib/libiconv_modules/mapper_serial')
-rw-r--r--lib/libiconv_modules/mapper_serial/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libiconv_modules/mapper_serial/Makefile b/lib/libiconv_modules/mapper_serial/Makefile
index 67d4bb0cbfbf..0b5907b7530d 100644
--- a/lib/libiconv_modules/mapper_serial/Makefile
+++ b/lib/libiconv_modules/mapper_serial/Makefile
@@ -2,6 +2,6 @@
SHLIB= mapper_serial
SRCS+= citrus_mapper_serial.c
-CFLAGS+= --param max-inline-insns-single=32
+CFLAGS.gcc+= --param max-inline-insns-single=32
.include <bsd.lib.mk>