1
1
#-------------------------------------------------------------------------
2
2
#
3
3
# postgres.mk.bsdi--
4
- # Intel x86/BSDi v2.0 specific rules and variables
4
+ # Intel x86/BSDi v2.1 specific rules and variables
5
5
#
6
- # for questions about the BSD/OS port, contact Kurt Lidl (lidl@pix.com)
7
- #
8
- #Copyright (c) 1994-5, Regents of the University of California
6
+ # for questions about the BSD/OS port, contact:
7
+ # Bruce Momjian (maillist@candle.pha.pa.us)
8
+ # Kurt Lidl (lidl@pix.com)
9
9
#
10
+ # Copyright (c) 1994-5, Regents of the University of California
11
+ #
10
12
# NOTE
11
13
# you may remove lines that start with ## which are general comments
12
14
#-------------------------------------------------------------------------
13
15
ifndef MK_PORT
14
16
MK_PORT=bsdi_2_1
15
17
16
18
# cc is gcc v1.42
17
- # gcc is gcc v2.6.3
19
+ # gcc is gcc v2.7.2
18
20
CC=gcc
19
21
20
22
RANLIB=ranlib
21
23
INSTALL=install
22
24
LEX=lex
23
25
AROPT=cq
24
26
25
- # use the regex library
26
- USE_REGEX = 1
27
-
28
- LDADD_BE= -ldl -lcompat
29
27
LD_ADD+=-ltermcap
30
28
31
29
#
@@ -36,6 +34,7 @@ SLSUFF=.o
36
34
#
37
35
# for postgres.mk
38
36
#
39
- CFLAGS_OPT=-O -DUSE_POSIX_SIGNALS # -O2
37
+ CFLAGS_OPT=-O2 -m486
38
+ CFLAGS_BE = -DUSE_POSIX_SIGNALS
40
39
41
40
endif