summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2015-11-03 00:37:51 +0000
committerTom Lane2015-11-03 00:37:51 +0000
commit620ac88d6fd39c01bd25c90491333f088d186151 (patch)
tree71bf2d2a59031b13b9b0368e9504cf212e4a822f
parent1efc7e538204646fec0f790b683012ed9bd8a99f (diff)
Remove some more dead Alpha-specific code.
-rw-r--r--src/backend/storage/ipc/Makefile7
-rw-r--r--src/backend/utils/adt/Makefile7
2 files changed, 0 insertions, 14 deletions
diff --git a/src/backend/storage/ipc/Makefile b/src/backend/storage/ipc/Makefile
index 850347c367..d8eb74244e 100644
--- a/src/backend/storage/ipc/Makefile
+++ b/src/backend/storage/ipc/Makefile
@@ -8,13 +8,6 @@ subdir = src/backend/storage/ipc
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
-# seems to be required 1999/07/22 bjm
-ifeq "$(findstring alpha,$(host_cpu))" "alpha"
-ifeq "$(GCC)" "yes"
-override CFLAGS+= -fno-inline
-endif
-endif
-
OBJS = dsm_impl.o dsm.o ipc.o ipci.o pmsignal.o procarray.o procsignal.o \
shmem.o shmqueue.o shm_mq.o shm_toc.o sinval.o sinvaladt.o standby.o
diff --git a/src/backend/utils/adt/Makefile b/src/backend/utils/adt/Makefile
index 3ed0b4409e..2cb7baba42 100644
--- a/src/backend/utils/adt/Makefile
+++ b/src/backend/utils/adt/Makefile
@@ -8,13 +8,6 @@ subdir = src/backend/utils/adt
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
-# seems to be required for some date/time stuff 1999/07/22 bjm
-ifeq "$(findstring alpha,$(host_cpu))" "alpha"
-ifeq "$(GCC)" "yes"
-override CFLAGS+= -mieee
-endif
-endif
-
# keep this list arranged alphabetically or it gets to be a mess
OBJS = acl.o arrayfuncs.o array_expanded.o array_selfuncs.o \
array_typanalyze.o array_userfuncs.o arrayutils.o ascii.o \