浏览代码

* Fixed packages building for mipsel-android. socketcall is used only for i386 CPU.

git-svn-id: trunk@37527 -
yury 8 年之前
父节点
当前提交
13957d32b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/rtl-extra/src/android/unixsock.inc

+ 1 - 1
packages/rtl-extra/src/android/unixsock.inc

@@ -13,7 +13,7 @@
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 }
 
-{$if not defined(cpux86_64) and not defined(NO_SYSCALL_SOCKETCALL)}
+{$if defined(cpu386)}
   {$define NEED_SOCKETCALL}
 {$endif}