Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit620ac88

Browse files
committed
Remove some more dead Alpha-specific code.
1 parent1efc7e5 commit620ac88

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

‎src/backend/storage/ipc/Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ subdir = src/backend/storage/ipc
88
top_builddir = ../../../..
99
include$(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-
overrideCFLAGS+= -fno-inline
15-
endif
16-
endif
17-
1811
OBJS = 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

‎src/backend/utils/adt/Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ subdir = src/backend/utils/adt
88
top_builddir = ../../../..
99
include$(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-
overrideCFLAGS+= -mieee
15-
endif
16-
endif
17-
1811
# keep this list arranged alphabetically or it gets to be a mess
1912
OBJS = acl.o arrayfuncs.o array_expanded.o array_selfuncs.o\
2013
array_typanalyze.o array_userfuncs.o arrayutils.o ascii.o\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp