mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4176] [MERGED] Makefile.cross-compiles: Fix softfloat flag not being honored for mipsle #4938
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4938
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/4176
Author: @ddscentral
Created: 4/22/2024
Status: ✅ Merged
Merged: 4/22/2024
Merged by: @fatedier
Base:
dev← Head:dev📝 Commits (1)
17c7c1cMakefile.cross-compiles: Fix softfloat flag not being honored for mipsle.📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Makefile.cross-compiles(+1 -1)📄 Description
WHY
When building using Makefile.cross-compiles, softfloat flag was being applied only to "mips" big-endian builds but not "mipsle" little-endian builds despite the flag being set in architecture list. This resulted in binaries which would not run on target machines without a FPU or a FPU emulator in kernel.
This change fixes the "if" statement in Makefile.cross-compiles to correctly apply the softfloat flag to both "mips" and "mipsle" builds.
Binaries run fine on a system with a BCM4706 MIPS SoC.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.