diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2014-01-05 21:03:49 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2014-01-05 21:03:49 +0000 |
| commit | 4abd7edcbde21ba7a089c7d1a0bba8f87ebece06 (patch) | |
| tree | 46d53bcdc43359c7af392a81316a0d8af7a56eac /lib/libiconv_modules/mapper_std | |
| parent | 8f4fa88900fbdc0605efe9b54aa78f07759023f7 (diff) | |
Notes
Diffstat (limited to 'lib/libiconv_modules/mapper_std')
| -rw-r--r-- | lib/libiconv_modules/mapper_std/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libiconv_modules/mapper_std/Makefile b/lib/libiconv_modules/mapper_std/Makefile index 0d35e90d788e1..aa46ad2b75883 100644 --- a/lib/libiconv_modules/mapper_std/Makefile +++ b/lib/libiconv_modules/mapper_std/Makefile @@ -2,6 +2,6 @@ SHLIB= mapper_std SRCS+= citrus_mapper_std.c -CFLAGS+= --param max-inline-insns-single=8 +CFLAGS.gcc+= --param max-inline-insns-single=8 .include <bsd.lib.mk> |
