Don't define SOFTFLOAT directly in source files, it's now done in the Makefile.
This commit is contained in:
parent
0008c63bf1
commit
2077bcdd9e
@ -34,7 +34,7 @@
|
||||
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
#define SOFTFLOAT /* XXX */
|
||||
|
||||
/*
|
||||
* C library -- _setjmp, _longjmp
|
||||
*
|
||||
|
@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
|
||||
* The previous signal state is restored.
|
||||
*/
|
||||
|
||||
#define SOFTFLOAT /* XXX */
|
||||
ENTRY(setjmp)
|
||||
/* Block all signals and retrieve the old signal mask */
|
||||
stmfd sp!, {r0, r14}
|
||||
|
Loading…
Reference in New Issue
Block a user