Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 45dca69

Browse files
authored
Merge pull request #108 from TimNN/mipsel-musl-soft-float
switch mipsel-musl to soft float
2 parents 0a0b6d6 + 4d6a952 commit 45dca69

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

slaves/linux-cross/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ For targets: `mipsel-unknown-linux-musl`
165165
- Target options > Target Architecture = mips
166166
- Target options > Endianness = **Little** endian
167167
- Target options > Architecture level = mips32 -- (+)
168+
- Target options > Floating point = software (no FPU) -- (+)
168169
- Operating System > Target OS = linux
169170
- Operating System > Linux kernel version = 4.3 -- OpenWRT trunk uses 4.4 though
170171
- C-library > C library = musl

slaves/linux-cross/mipsel-linux-musl.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ CT_ARCH_32=y
104104
# CT_ARCH_64 is not set
105105
CT_ARCH_BITNESS=32
106106
# CT_ARCH_FLOAT_HW is not set
107-
# CT_ARCH_FLOAT_SW is not set
107+
CT_ARCH_FLOAT_SW=y
108108
CT_TARGET_CFLAGS=""
109109
CT_TARGET_LDFLAGS=""
110110
# CT_ARCH_alpha is not set
@@ -144,8 +144,8 @@ CT_ARCH_ENDIAN="little"
144144
#
145145
# Target optimisations
146146
#
147-
CT_ARCH_FLOAT_AUTO=y
148-
CT_ARCH_FLOAT="auto"
147+
# CT_ARCH_FLOAT_AUTO is not set
148+
CT_ARCH_FLOAT="soft"
149149

150150
#
151151
# mips other options

0 commit comments

Comments
 (0)