Fix --strict-warnings build of ppc-linux target
[openssl.git] / Configurations / 15-android.conf
index 9df4d9446e009159578c6add38e29d5f5e23efe8..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