File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / nginx / auto / cc / acc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 09:20:38 2013 UTC (11 years, 5 months ago) by misho
Branches: nginx, MAIN
CVS tags: v1_4_3p0, v1_4_3, HEAD
v 1.4.3

    1: 
    2: # Copyright (C) Igor Sysoev
    3: # Copyright (C) Nginx, Inc.
    4: 
    5: 
    6: # aCC: HP ANSI C++ B3910B A.03.55.02
    7: 
    8: # C89 mode
    9: 
   10: CFLAGS="$CFLAGS -Ae"
   11: CC_TEST_FLAGS="-Ae"
   12: 
   13: PCRE_OPT="$PCRE_OPT -Ae"
   14: ZLIB_OPT="$ZLIB_OPT -Ae"
   15: MD5_OPT="$MD5_OPT -Ae"

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