mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
autoconf: Don't AC_SUBST() LD in configure
The only use of $(LD) in Makefiles is for AIX, to generate the export file for the backend. We only support the system linker on AIX and we already hardcode the path to a number of other binaries. Removing LD substitution will simplify the upcoming meson PGXS compatibility. While at it, add a comment why -r is used. A subsequent commit will remove the determination of LD from configure as well. Discussion: https://postgr.es/m/20221005200710.luvw5evhwf6clig6@awork3.anarazel.de
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -693,7 +693,6 @@ STRIP_SHARED_LIB
|
||||
STRIP_STATIC_LIB
|
||||
STRIP
|
||||
with_gnu_ld
|
||||
LD
|
||||
LDFLAGS_SL
|
||||
LDFLAGS_EX
|
||||
ZSTD_LIBS
|
||||
@ -9645,7 +9644,6 @@ with_gnu_ld=$ac_cv_prog_gnu_ld
|
||||
|
||||
|
||||
|
||||
|
||||
if test -n "$ac_tool_prefix"; then
|
||||
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
|
||||
set dummy ${ac_tool_prefix}strip; ac_word=$2
|
||||
|
Reference in New Issue
Block a user