Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
eac34742
Commit
eac34742
authored
11 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
toolchain: get rid of musl version kconfig symbol overloading
SVN-Revision: 36359
parent
68f2e7f9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
toolchain/musl/Config.in
+5
-3
5 additions, 3 deletions
toolchain/musl/Config.in
toolchain/musl/Config.version
+7
-9
7 additions, 9 deletions
toolchain/musl/Config.version
with
12 additions
and
12 deletions
toolchain/musl/Config.in
+
5
−
3
View file @
eac34742
...
...
@@ -3,14 +3,16 @@
choice
prompt "musl Version"
depends on TOOLCHAINOPTS && USE_MUSL
default MUSL_VERSION_0_9_8
default MUSL_
USE_
VERSION_0_9_8
help
Select the version of musl you wish to use.
config MUSL_VERSION_0_9_8
config MUSL_USE_VERSION_0_9_8
select MUSL_VERSION_0_9_8
bool "musl 0.9.8"
config MUSL_VERSION_0_9_9
config MUSL_USE_VERSION_0_9_9
select MUSL_VERSION_0_9_9
bool "musl 0.9.9"
endchoice
...
...
This diff is collapsed.
Click to expand it.
toolchain/musl/Config.version
+
7
−
9
View file @
eac34742
if USE_MUSL
config MUSL_VERSION
string
depends on USE_MUSL
default "0.9.8" if MUSL_VERSION_0_9_8
default "0.9.9" if MUSL_VERSION_0_9_9
default "0.9.8"
if !TOOLCHAINOPTS
config MUSL_VERSION_0_9_8
default y if
USE_MUSL
bool
config MUSL_VERSION_0_9_8
default y if
!TOOLCHAINOPTS
bool
config MUSL_VERSION_0_9_9
default y if USE_MUSL
bool
config MUSL_VERSION_0_9_9
bool
endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment