1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic

macros, which aren't used anywhere and haven't been for some time.
This commit is contained in:
Tom Lane
2004-12-21 18:47:42 +00:00
parent 96b42de9a8
commit 71d21577de
11 changed files with 8 additions and 18 deletions

View File

@@ -12,7 +12,6 @@ else
rpath = -Wl,-R$(rpathdir)
endif
endif
shlib_symbolic = -Wl,-Bsymbolic
DLSUFFIX = .so
ifeq ($(GCC), yes)