MCPcopy Index your code
hub / github.com/kivy/python-for-android / Archx86

Class Archx86

pythonforandroid/archs.py:259–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257
258
259class Archx86(Arch):
260 arch = 'x86'
261 command_prefix = 'i686-linux-android'
262 arch_cflags = [
263 '-march=i686',
264 '-mssse3',
265 '-mfpmath=sse',
266 '-m32',
267 '-fPIC',
268 ]
269
270
271class Archx86_64(Arch):

Callers 2

__init__Method · 0.90
test_arch_x86Method · 0.90

Calls

no outgoing calls

Tested by 1

test_arch_x86Method · 0.72