File tree 2 files changed +0
-14
lines changed
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
8
8
top_builddir = ../../../..
9
9
include $(top_builddir ) /src/Makefile.global
10
10
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
-
18
11
OBJS = dsm_impl.o dsm.o ipc.o ipci.o pmsignal.o procarray.o procsignal.o \
19
12
shmem.o shmqueue.o shm_mq.o shm_toc.o sinval.o sinvaladt.o standby.o
20
13
Original file line number Diff line number Diff line change @@ -8,13 +8,6 @@ subdir = src/backend/utils/adt
8
8
top_builddir = ../../../..
9
9
include $(top_builddir ) /src/Makefile.global
10
10
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
-
18
11
# keep this list arranged alphabetically or it gets to be a mess
19
12
OBJS = acl.o arrayfuncs.o array_expanded.o array_selfuncs.o \
20
13
array_typanalyze.o array_userfuncs.o arrayutils.o ascii.o \
You can’t perform that action at this time.
0 commit comments