[pypy-issue] [issue1376] [ARM] generates invalid CFLAGS

Bas Westerbaan tracker at bugs.pypy.org
Mon Jan 21 23:16:51 CET 2013


New submission from Bas Westerbaan <bas at westerbaan.name>:

When cross-translating for ARM, non-ARM CFLAGS are generated, which leads to the 
following error.

$ pypy translate.py -Ojit --platform=arm

(...)

[platform:execute] sb2 -t ARM make -j 3 in /tmp/usession-release-2.0-beta-1-
4/testing_1
[platform:Error] arm-linux-gnueabihf-gcc: error: unrecognized command line option 
‘-msse2’
[platform:Error] arm-linux-gnueabihf-gcc: error: unrecognized command line option 
‘-mfpmath=sse’
[platform:Error] arm-linux-gnueabihf-gcc: error: unrecognized command line option 
‘-msse2’
[platform:Error] arm-linux-gnueabihf-gcc: error: unrecognized command line option 
‘-mfpmath=sse’
[platform:Error] make: *** [testing_1.s] Error 1
[platform:Error] make: *** Waiting for unfinished jobs....
[platform:Error] arm-linux-gnueabihf-gcc: error: unrecognized command line option 
‘-msse2’
[platform:Error] arm-linux-gnueabihf-gcc: error: unrecognized command line option 
‘-mfpmath=sse’
[platform:Error] make: *** [structimpl.s] Error 1
[platform:Error] make: *** [data_pypy_module_cpyext_unicodeobject.s] Error 1

----------
messages: 5195
nosy: bas, pypy-issue
priority: critical
release: 2.0
status: unread
title: [ARM] generates invalid CFLAGS

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1376>
________________________________________


More information about the pypy-issue mailing list