Make similar changes to hpux templates. Might want to do the same for
other foo_cc and foo_gcc pairs, but will desist until I hear from
someone who uses those platforms.
# 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:
DLSUFFIX:.so
YFLAGS:-d
YACC:
+CCC:cxx
+CXXFLAGS:-D__alpha__ -DNOFIXADE -O4 -Olimit 2000
# 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:gcc
CFLAGS:-D__alpha__ -DNOFIXADE
SHARED_LIB:
ALL:
SRCH_INC:
SRCH_LIB:
-USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:
ALL:
SRCH_INC:
SRCH_LIB:
-USE_LOCALE:no
DLSUFFIX:.sl
YFLAGS:-d
YACC:
ALL:
SRCH_INC:
SRCH_LIB:
-USE_LOCALE:no
DL_LIB:/usr/lib/libdld.sl
DLSUFFIX:.sl
YFLAGS:-d
YACC:
+CC:gcc
+CCC:g++