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

switch mipsel-musl to soft float #108

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions slaves/linux-cross/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ For targets: `mipsel-unknown-linux-musl`
- Target options > Target Architecture = mips
- Target options > Endianness = **Little** endian
- Target options > Architecture level = mips32 -- (+)
- Target options > Floating point = software (no FPU) -- (+)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure whether or not that (+) is correct here, this line was basically copied from the mips-unknown-linux-musl target.

- Operating System > Target OS = linux
- Operating System > Linux kernel version = 4.3 -- OpenWRT trunk uses 4.4 though
- C-library > C library = musl
Expand Down
6 changes: 3 additions & 3 deletions slaves/linux-cross/mipsel-linux-musl.config
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ CT_ARCH_32=y
# CT_ARCH_64 is not set
CT_ARCH_BITNESS=32
# CT_ARCH_FLOAT_HW is not set
# CT_ARCH_FLOAT_SW is not set
CT_ARCH_FLOAT_SW=y
CT_TARGET_CFLAGS=""
CT_TARGET_LDFLAGS=""
# CT_ARCH_alpha is not set
Expand Down Expand Up @@ -144,8 +144,8 @@ CT_ARCH_ENDIAN="little"
#
# Target optimisations
#
CT_ARCH_FLOAT_AUTO=y
CT_ARCH_FLOAT="auto"
# CT_ARCH_FLOAT_AUTO is not set
CT_ARCH_FLOAT="soft"

#
# mips other options
Expand Down