소스 검색

* 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}