summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/ArmSoftFloatLib/softfloat-for-gcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Library/ArmSoftFloatLib/softfloat-for-gcc.h')
-rw-r--r--ArmPkg/Library/ArmSoftFloatLib/softfloat-for-gcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/Library/ArmSoftFloatLib/softfloat-for-gcc.h b/ArmPkg/Library/ArmSoftFloatLib/softfloat-for-gcc.h
index 420cecc298..c825d70097 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/softfloat-for-gcc.h
+++ b/ArmPkg/Library/ArmSoftFloatLib/softfloat-for-gcc.h
@@ -196,7 +196,7 @@
#define float128_gt __gttf2
#endif
-#ifdef __ARM_EABI__
+#if defined (__ARM_EABI__) || defined (__CC_ARM)
#ifdef __ARM_PCS_VFP
#include <arm/aeabi.h>
#endif