浏览代码

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

This reverts commit e7489a0931667d0f2315f66b54bc9a4295dbc578.

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 月之前
父节点
当前提交
4f9723ece7
共有 2 个文件被更改,包括 0 次插入6 次删除
  1. 0 3
      configure
  2. 0 3
      configure.ac

+ 0 - 3
configure

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

+ 0 - 3
configure.ac

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