diff options
author | joerg <joerg@pkgsrc.org> | 2008-10-30 18:52:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-10-30 18:52:08 +0000 |
commit | 636aaedea4028e2c00ddfa958e44733d22ff7242 (patch) | |
tree | ab68c7ec8919eb30b3b490379fd194be8f04efb7 /mk/platform | |
parent | f8627203b3b920fbb65b60835dbf2f670275a29f (diff) | |
download | pkgsrc-636aaedea4028e2c00ddfa958e44733d22ff7242.tar.gz |
Don't set EXPORT_SYMBOLS_LDFLAGS on AIX, while it seems that GCC and
some newer linker versions seem to ignore it. It is not required anyway.
From PR 39633.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/AIX.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/AIX.mk b/mk/platform/AIX.mk index 393d0e2062d..ff5d57e8a19 100644 --- a/mk/platform/AIX.mk +++ b/mk/platform/AIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: AIX.mk,v 1.32 2008/09/22 17:11:02 ahoka Exp $ +# $NetBSD: AIX.mk,v 1.33 2008/10/30 18:52:08 joerg Exp $ # # Variable definitions for the AIX operating system. @@ -18,7 +18,7 @@ TYPE?= type # Shell builtin CPP_PRECOMP_FLAGS?= # unset DEF_UMASK?= 0022 -EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table +EXPORT_SYMBOLS_LDFLAGS?= # empty MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type NOLOGIN?= /sbin/nologin PKG_TOOLS_BIN?= ${LOCALBASE}/sbin |