unless hf is specified in target environ, assume soft floating point
closes #804
This commit is contained in:
parent
5d5820029d
commit
cc0f660ad2
@ -761,7 +761,7 @@ static FloatAbi get_float_abi(ZigTarget *target) {
|
||||
{
|
||||
return FloatAbiHard;
|
||||
} else {
|
||||
zig_panic("TODO: user needs to input if they want hard or soft floating point");
|
||||
return FloatAbiSoft;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user