diff options
Diffstat (limited to 'src/template/alpha_cc')
-rw-r--r-- | src/template/alpha_cc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/template/alpha_cc b/src/template/alpha_cc new file mode 100644 index 00000000000..20c3d1c94c9 --- /dev/null +++ b/src/template/alpha_cc @@ -0,0 +1,15 @@ +AROPT:crs +# NOFIXADE disallows unaligned access. +# on Ultrix and OSF/1 it invokes an explicit syscall. +# on HP-UX it turns off certain compiler options. +# This is defined here because a bunch of clients include tmp/c.h, +# which is where the work is done on HP-UX. It only affects the +# backend on Ultrix and OSF/1. +CFLAGS:-DNOFIXADE -std -O4 -Olimit 2000 +SHARED_LIB: +ALL: +SRCH_INC: +SRCH_LIB: +DLSUFFIX:.so +YFLAGS:-d +YACC: |