Skip to content

Commit 66f6634

Browse files
committed
Alpha spinlock fix from Uncle George <gatgul@voicenet.com>
1 parent f2f43ef commit 66f6634

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

src/backend/storage/ipc/Makefile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for storage/ipc
55
#
66
# 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 $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -13,6 +13,16 @@ include ../../../Makefile.global
1313

1414
CFLAGS += -I../..
1515

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+
1626
OBJS = ipc.o ipci.o shmem.o shmqueue.o sinval.o \
1727
sinvaladt.o spin.o
1828

src/backend/utils/adt/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for utils/adt
55
#
66
# 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 $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -13,7 +13,7 @@ include ../../../Makefile.global
1313

1414
CFLAGS += -I../..
1515

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
1717
ifeq ($(CPU),alpha)
1818
ifeq ($(CC), gcc)
1919
CFLAGS+= -mieee

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy