File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 4
4
# Makefile for storage/ipc
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/storage/ipc/Makefile,v 1.7 1998/04/06 00:25:14 momjian Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/storage/ipc/Makefile,v 1.8 1999/07/22 18:30:07 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -13,6 +13,16 @@ include ../../../Makefile.global
13
13
14
14
CFLAGS += -I../..
15
15
16
+ # seems to be required 1999/07/22 bjm
17
+ ifeq ($(CPU ) ,alpha)
18
+ ifeq ($(CC ) , gcc)
19
+ CFLAGS+ = -fno-inline
20
+ endif
21
+ ifeq ($(CC ) , egcs)
22
+ CFLAGS+ = -fno-inline
23
+ endif
24
+ endif
25
+
16
26
OBJS = ipc.o ipci.o shmem.o shmqueue.o sinval.o \
17
27
sinvaladt.o spin.o
18
28
Original file line number Diff line number Diff line change 4
4
# Makefile for utils/adt
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/utils/adt/Makefile,v 1.24 1999/07/20 16:48:55 momjian Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/utils/adt/Makefile,v 1.25 1999/07/22 18:30:08 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -13,7 +13,7 @@ include ../../../Makefile.global
13
13
14
14
CFLAGS += -I../..
15
15
16
- # seems to be required for some date/time stuff 07/19/1999 bjm
16
+ # seems to be required for some date/time stuff 1999/ 07/22 bjm
17
17
ifeq ($(CPU ) ,alpha)
18
18
ifeq ($(CC ) , gcc)
19
19
CFLAGS+ = -mieee
You can’t perform that action at this time.
0 commit comments