[njs] Attribute visibility detection has been disabled.

Sergey Kandaurov pluknet at nginx.com
Thu Sep 1 10:30:15 UTC 2016


details:   http://hg.nginx.org/njs/rev/af6c17324584
branches:  
changeset: 167:af6c17324584
user:      Sergey Kandaurov <pluknet at nginx.com>
date:      Thu Sep 01 13:28:44 2016 +0300
description:
Attribute visibility detection has been disabled.

Old GNU ld linker hangs on Linux ppc64le platform.

diffstat:

 nxt/auto/clang |  13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diffs (23 lines):

diff -r 715b147cbfe0 -r af6c17324584 nxt/auto/clang
--- a/nxt/auto/clang	Wed Aug 31 19:28:08 2016 +0300
+++ b/nxt/auto/clang	Thu Sep 01 13:28:44 2016 +0300
@@ -202,19 +202,6 @@ nxt_feature_test="int main() {
 . ${NXT_AUTO}feature
 
 
-nxt_feature="GCC __attribute__ visibility"
-nxt_feature_name=NXT_HAVE_GCC_ATTRIBUTE_VISIBILITY
-nxt_feature_run=
-nxt_feature_path=
-nxt_feature_libs=
-nxt_feature_test="int n __attribute__ ((visibility(\"default\")));
-
-                  int main() {
-                      return 1;
-                  }"
-. ${NXT_AUTO}feature
-
-
 nxt_feature="GCC __attribute__ aligned"
 nxt_feature_name=NXT_HAVE_GCC_ATTRIBUTE_ALIGNED
 nxt_feature_run=



More information about the nginx-devel mailing list