File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / nginx / auto / cc / acc
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 09:20:38 2013 UTC (10 years, 9 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision


# 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"
MD5_OPT="$MD5_OPT -Ae"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>