aboutsummaryrefslogtreecommitdiffstats
path: root/app/nginx/auto/cc/acc
diff options
context:
space:
mode:
Diffstat (limited to 'app/nginx/auto/cc/acc')
-rw-r--r--app/nginx/auto/cc/acc14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/nginx/auto/cc/acc b/app/nginx/auto/cc/acc
new file mode 100644
index 0000000..64fa671
--- /dev/null
+++ b/app/nginx/auto/cc/acc
@@ -0,0 +1,14 @@
+
+# Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
+
+
+# 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"