diff options
| -rw-r--r-- | arm-gen.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -186,6 +186,9 @@ ST_FUNC void arm_init(struct TCCState *s) func_double_type.ref = sym_push(SYM_FIELD, &double_type, FUNC_CDECL, FUNC_OLD); float_abi = s->float_abi; +#ifndef TCC_ARM_HARDFLOAT + tcc_warning("soft float ABI currently not supported: default to softfp"); +#endif } #else #define func_float_type func_old_type |
