Enable hardfloat for assembly generation.

gcc versions later than 4.2 started erroring out on seeing hardware
floating point references when soft-float was enabled.

Reviewed by:	imp
This commit is contained in:
Adrian Chadd 2015-08-24 19:09:56 +00:00
parent e6f4757735
commit 3166be0fb4

View file

@ -76,6 +76,8 @@
#define COND_LESS 0x4
#define COND_SIGNAL 0x8
.set hardfloat
/*----------------------------------------------------------------------------
*
* MipsEmulateFP --