mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-14 21:20:26 +01:00
public: build: fix wrong hardfp abi detection
This commit is contained in:
parent
0eb1d4c7c0
commit
f71619d541
@ -158,7 +158,7 @@ GNU General Public License for more details.
|
||||
#error "No WinMobile port yet! Need to determine which ARM float ABI msvc uses if applicable"
|
||||
#endif
|
||||
|
||||
#if defined __SOFTFP__
|
||||
#if defined __SOFTFP__ || __ARM_PCS_VFP == 0
|
||||
#define XASH_ARM_SOFTFP 1
|
||||
#else // __SOFTFP__
|
||||
#define XASH_ARM_HARDFP 1
|
||||
@ -178,4 +178,4 @@ GNU General Public License for more details.
|
||||
#define XASH_64BIT 1
|
||||
#endif
|
||||
|
||||
#endif // BUILD_H
|
||||
#endif // BUILD_H
|
||||
|
Loading…
Reference in New Issue
Block a user