aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-11-02 19:37:51 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2015-11-02 19:37:51 -0500
commit620ac88d6fd39c01bd25c90491333f088d186151 (patch)
tree71bf2d2a59031b13b9b0368e9504cf212e4a822f /src/backend/utils/adt
parent1efc7e538204646fec0f790b683012ed9bd8a99f (diff)
downloadpostgresql-620ac88d6fd39c01bd25c90491333f088d186151.tar.gz
postgresql-620ac88d6fd39c01bd25c90491333f088d186151.zip
Remove some more dead Alpha-specific code.
Diffstat (limited to 'src/backend/utils/adt')
-rw-r--r--src/backend/utils/adt/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/backend/utils/adt/Makefile b/src/backend/utils/adt/Makefile
index 3ed0b4409ed..2cb7baba428 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 \