1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Separate -Wl,-E or equivalent into separate make variable, since it's only

necessary for the postgres/postmaster link, not every link.
This commit is contained in:
Peter Eisentraut
2000-10-07 18:43:23 +00:00
parent 450b62138d
commit a3578c13e6
12 changed files with 16 additions and 14 deletions

View File

@ -7,7 +7,7 @@ if test "$GCC" = yes ; then
DL_LIB=/usr/lib/libdld.sl
CCC=g++
else
CFLAGS='-Wl,-E -Ae'
CFLAGS=-Ae
SHARED_LIB=+z
CPP='cc -E -Ae'
CCC=aCC