Skip to content

Commit 620ac88

Browse files
committed
Remove some more dead Alpha-specific code.
1 parent 1efc7e5 commit 620ac88

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

src/backend/storage/ipc/Makefile

-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ subdir = src/backend/storage/ipc
88
top_builddir = ../../../..
99
include $(top_builddir)/src/Makefile.global
1010

11-
# seems to be required 1999/07/22 bjm
12-
ifeq "$(findstring alpha,$(host_cpu))" "alpha"
13-
ifeq "$(GCC)" "yes"
14-
override CFLAGS+= -fno-inline
15-
endif
16-
endif
17-
1811
OBJS = dsm_impl.o dsm.o ipc.o ipci.o pmsignal.o procarray.o procsignal.o \
1912
shmem.o shmqueue.o shm_mq.o shm_toc.o sinval.o sinvaladt.o standby.o
2013

src/backend/utils/adt/Makefile

-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ subdir = src/backend/utils/adt
88
top_builddir = ../../../..
99
include $(top_builddir)/src/Makefile.global
1010

11-
# seems to be required for some date/time stuff 1999/07/22 bjm
12-
ifeq "$(findstring alpha,$(host_cpu))" "alpha"
13-
ifeq "$(GCC)" "yes"
14-
override CFLAGS+= -mieee
15-
endif
16-
endif
17-
1811
# keep this list arranged alphabetically or it gets to be a mess
1912
OBJS = acl.o arrayfuncs.o array_expanded.o array_selfuncs.o \
2013
array_typanalyze.o array_userfuncs.o arrayutils.o ascii.o \

0 commit comments

Comments
 (0)