From f2fcc1d2efb2a55e0b4e2da09b3ed62f5e1d881f Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Thu, 1 Sep 2016 13:28:44 +0300 Subject: [PATCH] Attribute visibility detection has been disabled. Old GNU ld linker hangs on Linux ppc64le platform. --- nxt/auto/clang | 13 ------------- 1 file changed, 13 deletions(-) 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= -- 2.47.3