mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4175] mipsle arch is missing softfloat flag due to Makefile.cross-compiles bug #3289
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#3289
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?
Originally created by @ddscentral on GitHub (Apr 22, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4175
Bug Description
In Makefile.cross-compiles even though both mips and mipsle have softfloat flag, it is only applied for "mips" due to a bug in "if statement.
Line
should look like this:
frpc Version
0.57.0
frps Version
0.57.0
System Architecture
linux/mipsel
Configurations
Not applicable
Logs
No response
Steps to reproduce
Affected area
@ddscentral commented on GitHub (Apr 22, 2024):
With the line corrected, binaries do run on the device.
@fatedier commented on GitHub (Apr 22, 2024):
Can you submit a PR to fix it?
@ddscentral commented on GitHub (Apr 22, 2024):
Created a PR: https://github.com/fatedier/frp/pull/4176