mirror of
https://github.com/frida/tinycc
synced 2024-11-23 08:11:27 +03:00
meson: Restore softfloat detection on QNX
Now that we have cherrypicked upstream patches to make it work.
This commit is contained in:
parent
23de9d234a
commit
a438164dd4
@ -60,7 +60,7 @@ elif host_arch == 'arm'
|
||||
cdata.set('TCC_ARM_VFP', true)
|
||||
|
||||
is_hardfloat_src = '''
|
||||
#if !(defined(__ARM_PCS_VFP) || defined(__QNX__))
|
||||
#ifndef __ARM_PCS_VFP
|
||||
# error Not hardfloat
|
||||
#endif
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user