]> git.kaiwu.me - njs.git/commitdiff
Attribute visibility detection has been disabled.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 1 Sep 2016 10:28:44 +0000 (13:28 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Thu, 1 Sep 2016 10:28:44 +0000 (13:28 +0300)
Old GNU ld linker hangs on Linux ppc64le platform.

nxt/auto/clang

index 19df1232f6600b198d0d52d405934f95c566faf3..00ea35ca652be8f8503f33dbbe54cc20ee27dbde 100644 (file)
@@ -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=