Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fa02af8

Browse files
committed
Update alpha templates as suggested by SL Baur and Adriaan Joubert.
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.
1 parent fb75e39 commit fa02af8

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

src/template/alpha_cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ AROPT:crs
55
# This is defined here because a bunch of clients include tmp/c.h,
66
# which is where the work is done on HP-UX. It only affects the
77
# backend on Ultrix and OSF/1.
8+
CC:cc
89
CFLAGS:-D__alpha__ -DNOFIXADE -std -O4 -Olimit 2000
10+
LDFLAGS='-rpath $(LIBDIR)'
911
SHARED_LIB:
1012
ALL:
1113
SRCH_INC:
1214
SRCH_LIB:
1315
DLSUFFIX:.so
1416
YFLAGS:-d
1517
YACC:
18+
CCC:cxx
19+
CXXFLAGS:-D__alpha__ -DNOFIXADE -O4 -Olimit 2000

src/template/alpha_gcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ AROPT:crs
55
# This is defined here because a bunch of clients include tmp/c.h,
66
# which is where the work is done on HP-UX. It only affects the
77
# backend on Ultrix and OSF/1.
8+
CC:gcc
89
CFLAGS:-D__alpha__ -DNOFIXADE
910
SHARED_LIB:
1011
ALL:
1112
SRCH_INC:
1213
SRCH_LIB:
13-
USE_LOCALE:no
1414
DLSUFFIX:.so
1515
YFLAGS:-d
1616
YACC:

src/template/hpux_cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ SHARED_LIB:+z
44
ALL:
55
SRCH_INC:
66
SRCH_LIB:
7-
USE_LOCALE:no
87
DLSUFFIX:.sl
98
YFLAGS:-d
109
YACC:

src/template/hpux_gcc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ SHARED_LIB:-fPIC
44
ALL:
55
SRCH_INC:
66
SRCH_LIB:
7-
USE_LOCALE:no
87
DL_LIB:/usr/lib/libdld.sl
98
DLSUFFIX:.sl
109
YFLAGS:-d
1110
YACC:
11+
CC:gcc
12+
CCC:g++

0 commit comments

Comments
 (0)