File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,6 @@ subdir = src/backend/storage/ipc
88top_builddir = ../../../..
99include $(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-
1811OBJS = 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
Original file line number Diff line number Diff line change @@ -8,13 +8,6 @@ subdir = src/backend/utils/adt
88top_builddir = ../../../..
99include $(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
1912OBJS = acl.o arrayfuncs.o array_expanded.o array_selfuncs.o \
2013 array_typanalyze.o array_userfuncs.o arrayutils.o ascii.o \
You can’t perform that action at this time.
0 commit comments