Fix --strict-warnings build of ppc-linux target
[openssl.git] / Configurations / 15-android.conf
index d117386d2df55f4615b4945e1a5cbfe5ee1128bb..ddd642a117a5c66c859c104ca53a4e97aa618c13 100644 (file)
@@ -65,7 +65,7 @@
             my ($api, $arch) = ($1, $2);
 
             my $triarch = $triplet{$arch};
-            my $cflags = "-Wa,--noexecstack";
+            my $cflags;
             my $cppflags;
 
             # see if there is NDK clang on $PATH
@@ -132,6 +132,7 @@ my %targets = (
         cxxflags         => add(sub { android_ndk()->{cflags} }),
         bn_ops           => sub { android_ndk()->{bn_ops} },
         bin_cflags       => "-pie",
+        enable           => [ ],
     },
     "android-arm" => {
         ################################################################