Message ID | b8a3657d8fb0547c57733d3b942004d4965773da.1334673910.git.thomas.petazzoni@free-electrons.com |
---|---|
State | Accepted |
Commit | 01df5af1db098cf399b3056dec2b7ab37bd03968 |
Headers | show |
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Committed, thanks.
diff --git a/toolchain/gcc/Makefile.in b/toolchain/gcc/Makefile.in index d9efcf0..c3f4576 100644 --- a/toolchain/gcc/Makefile.in +++ b/toolchain/gcc/Makefile.in @@ -20,11 +20,9 @@ TARGET_SOFT_FLOAT:=-mfloat-abi=soft else TARGET_SOFT_FLOAT:=-msoft-float endif -ARCH_FPU_SUFFIX:=_nofpu else # no softfloat support SOFT_FLOAT_CONFIG_OPTION:= TARGET_SOFT_FLOAT:= -ARCH_FPU_SUFFIX:= endif # some additional defaults
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- toolchain/gcc/Makefile.in | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)