Skip to content

Commit

Permalink
meson: Restore softfloat detection on QNX
Browse files Browse the repository at this point in the history
Now that we have cherrypicked upstream patches to make it work.
  • Loading branch information
oleavr committed Apr 1, 2022
1 parent 23de9d2 commit a438164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
'''
Expand Down

0 comments on commit a438164

Please sign in to comment.