Remove some more dead Alpha-specific code.
This commit is contained in:
parent
1efc7e5382
commit
620ac88d6f
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user