Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a4ebbd2

Browse files
committed
Remove PARTIAL_LINKING build mode.
In 9956ddc, ten years ago, the current objfile.txt based linking model was introduced. It's time to retire the old SUBSYS.o based model. This primarily is pertinent because the bitcode files for LLVM based inlining are not produced when using PARTIAL_LINKING. It does not seem worth to fix PARTIAL_LINKING to support that. Author: Andres Freund Discussion: https://postgr.es/m/20180121204356.d5oeu34jetqhmdv2@alap3.anarazel.de
1 parent 1b26bd4 commit a4ebbd2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/backend/common.mk

-6
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@
88
# this directory and SUBDIRS to subdirectories containing more things
99
# to build.
1010

11-
ifdef PARTIAL_LINKING
12-
# old style: linking using SUBSYS.o
13-
subsysfilename = SUBSYS.o
14-
else
15-
# new style: linking all object files at once
1611
subsysfilename = objfiles.txt
17-
endif
1812

1913
SUBDIROBJS = $(SUBDIRS:%=%/$(subsysfilename))
2014

0 commit comments

Comments
 (0)