Forráskód Böngészése

Revert "autotools, android: Support Google Play 16 KB Page Size Requirement"

This reverts commit 9f1cc301a79bdd707f14154253cd4ff7cf2e8f66.

If you need to support the Google Play 16 kiB page size requirement, the recommendation is to use NDK r28c or newer, which automatically aligns binaries correctly.
Sam Lantinga 1 hónapja
szülő
commit
e257904eb3
2 módosított fájl, 0 hozzáadás és 6 törlés
  1. 0 3
      configure
  2. 0 3
      configure.ac

+ 0 - 3
configure

@@ -18390,9 +18390,6 @@ fi
 BASE_CFLAGS=""
 BASE_CFLAGS=""
 BASE_LDFLAGS=""
 BASE_LDFLAGS=""
 case "$host" in
 case "$host" in
-    *-*-android*)
-        BASE_LDFLAGS="-Wl,-z,max-page-size=16384 -Wl,-z,common-page-size=16384"
-        ;;
     *-*-cygwin*)
     *-*-cygwin*)
         # We build SDL on cygwin without the UNIX emulation layer
         # We build SDL on cygwin without the UNIX emulation layer
         save_CFLAGS="$CFLAGS"
         save_CFLAGS="$CFLAGS"

+ 0 - 3
configure.ac

@@ -124,9 +124,6 @@ fi
 BASE_CFLAGS=""
 BASE_CFLAGS=""
 BASE_LDFLAGS=""
 BASE_LDFLAGS=""
 case "$host" in
 case "$host" in
-    *-*-android*)
-        BASE_LDFLAGS="-Wl,-z,max-page-size=16384 -Wl,-z,common-page-size=16384"
-        ;;
     *-*-cygwin*)
     *-*-cygwin*)
         # We build SDL on cygwin without the UNIX emulation layer
         # We build SDL on cygwin without the UNIX emulation layer
         save_CFLAGS="$CFLAGS"
         save_CFLAGS="$CFLAGS"