Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix build when EF_ARM_VFP_FLOAT is undefined
Baptiste Daroussin committed 10 years ago
commit 9da14c9928599e2c739930000e86901023b73700
parent cb9c401
1 file changed +3 -0
modified libpkg/private/elf_tables.h
@@ -65,6 +65,9 @@ static const struct _elf_corres os_corres[] = {
#ifndef EF_MIPS_ABI
#define EF_MIPS_ABI	0x0000F000
#endif
+
#ifndef EF_ARM_VFP_FLOAT
+
#define EF_ARM_VFP_FLOAT	0x00000400
+
#endif
#define E_MIPS_ABI_O32	0x00001000
#define E_MIPS_ABI_N32	0x00000020