[Bug jit/64810] jit not working on armv7hl ("ld: error: /tmp/libgccjit-ZGemdr/fake.so uses VFP register arguments, /tmp/ccJFCBsE.o does not")

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 27 12:27:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64810

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Both the compiler and libgccjit were configured with:
--with-tune=cortex-a8 --with-arch=armv7-a --with-float=hard
--with-fpu=vfpv3-d16 --with-abi=aapcs-linux
on the configure command line.  Perhaps some of these options are set for
driver only (libgccjit presumably doesn't use any driver) and need to be passed
explicitly to the compiler?



More information about the Gcc-bugs mailing list