From: Sergey Kandaurov Date: Thu, 1 Sep 2016 10:28:44 +0000 (+0300) Subject: Attribute visibility detection has been disabled. X-Git-Tag: 0.1.2~4 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=f2fcc1d2efb2a55e0b4e2da09b3ed62f5e1d881f;p=njs.git Attribute visibility detection has been disabled. Old GNU ld linker hangs on Linux ppc64le platform. --- diff --git a/nxt/auto/clang b/nxt/auto/clang index 19df1232..00ea35ca 100644 --- a/nxt/auto/clang +++ b/nxt/auto/clang @@ -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=