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
47ac8caa
Commit
47ac8caa
authored
15 years ago
by
Nicolas Thill
Browse files
Options
Downloads
Patches
Plain Diff
add comments & fix descriptions in toolchain config items
SVN-Revision: 17561
parent
de9bb2b9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
toolchain/Config.in
+15
-2
15 additions, 2 deletions
toolchain/Config.in
toolchain/binutils/Config.in
+1
-1
1 addition, 1 deletion
toolchain/binutils/Config.in
toolchain/gcc/Config.in
+1
-1
1 addition, 1 deletion
toolchain/gcc/Config.in
with
17 additions
and
4 deletions
toolchain/Config.in
+
15
−
2
View file @
47ac8caa
...
...
@@ -42,14 +42,24 @@ menuconfig EXTRA_TARGET_ARCH
both powerpc and powerpc64 binaries, you'll need to
specify -m64 here.
comment "Binary tools"
depends TOOLCHAINOPTS
source "toolchain/binutils/Config.in"
comment "Compiler"
depends TOOLCHAINOPTS
source "toolchain/gcc/Config.in"
comment "C Library"
depends TOOLCHAINOPTS
choice
prompt "
LIBC
implementation" if TOOLCHAINOPTS
prompt "
C Library
implementation" if TOOLCHAINOPTS
default USE_UCLIBC
help
Select the
LIBC
implementation.
Select the
C library
implementation.
config USE_EGLIBC
bool "Use eglibc"
...
...
@@ -68,6 +78,9 @@ source "toolchain/eglibc/Config.in"
source "toolchain/glibc/Config.in"
source "toolchain/uClibc/Config.in"
comment "Debuggers"
depends TOOLCHAINOPTS
config GDB
bool
prompt "Build gdb" if TOOLCHAINOPTS
...
...
This diff is collapsed.
Click to expand it.
toolchain/binutils/Config.in
+
1
−
1
View file @
47ac8caa
...
...
@@ -17,7 +17,7 @@ endchoice
config EXTRA_BINUTILS_CONFIG_OPTIONS
string
prompt "Additional binutils options" if TOOLCHAINOPTS
prompt "Additional binutils
configure
options" if TOOLCHAINOPTS
default ""
help
Any additional binutils options you may want to include....
...
...
This diff is collapsed.
Click to expand it.
toolchain/gcc/Config.in
+
1
−
1
View file @
47ac8caa
...
...
@@ -50,7 +50,7 @@ config EABI_SUPPORT
config EXTRA_GCC_CONFIG_OPTIONS
string
prompt "Additional gcc options" if TOOLCHAINOPTS
prompt "Additional gcc
configure
options" if TOOLCHAINOPTS
default ""
help
Any additional gcc options you may want to include....
...
...
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