meson: Restore softfloat detection on QNX

Now that we have cherrypicked upstream patches to make it work.
This commit is contained in:
Ole André Vadla Ravnås 2022-04-01 18:57:43 +00:00
parent 23de9d234a
commit a438164dd4

View File

@ -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
'''