summaryrefslogtreecommitdiff
path: root/src/template/alpha_cc
blob: be014190345ee161c020cbc5f5ca47634864b8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
CC:cc
CFLAGS:-D__alpha__ -DNOFIXADE -std -O4 -Olimit 2000
LDFLAGS='-rpath $(LIBDIR)'
SHARED_LIB:
ALL:
SRCH_INC:
SRCH_LIB:
DLSUFFIX:.so
YFLAGS:-d
YACC:
CCC:cxx
CXXFLAGS:-D__alpha__ -DNOFIXADE -O4 -Olimit 2000