diff options
Diffstat (limited to 'auto/cc/acc')
| -rw-r--r-- | auto/cc/acc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/auto/cc/acc b/auto/cc/acc new file mode 100644 index 000000000..f325bc56d --- /dev/null +++ b/auto/cc/acc @@ -0,0 +1,14 @@ + +# Copyright (C) Igor Sysoev + + +# aCC: HP ANSI C++ B3910B A.03.55.02 + +# C89 mode + +CFLAGS="$CFLAGS -Ae" +CC_TEST_FLAGS="-Ae" + +PCRE_OPT="$PCRE_OPT -Ae" +ZLIB_OPT="$ZLIB_OPT -Ae" +MD5_OPT="$MD5_OPT -Ae" |
