mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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:
parent
e6f4757735
commit
3166be0fb4
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@
|
|||
#define COND_LESS 0x4
|
||||
#define COND_SIGNAL 0x8
|
||||
|
||||
.set hardfloat
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
*
|
||||
* MipsEmulateFP --
|
||||
|
|
|
|||
Loading…
Reference in a new issue