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
909abe49
Commit
909abe49
authored
13 years ago
by
Imre Kaloz
Browse files
Options
Downloads
Patches
Plain Diff
use Linaro GCC 4.6 by default
SVN-Revision: 30467
parent
ed192cb5
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/gcc/Config.in
+1
-1
1 addition, 1 deletion
toolchain/gcc/Config.in
toolchain/gcc/Config.version
+4
-7
4 additions, 7 deletions
toolchain/gcc/Config.version
with
5 additions
and
8 deletions
toolchain/gcc/Config.in
+
1
−
1
View file @
909abe49
...
...
@@ -3,7 +3,7 @@
choice
prompt "GCC compiler Version" if TOOLCHAINOPTS
default GCC_VERSION_4_4_6 if GCC_DEFAULT_VERSION_4_4_6
default GCC_VERSION_4_
5
_LINARO
default GCC_VERSION_4_
6
_LINARO
help
Select the version of gcc you wish to use.
...
...
This diff is collapsed.
Click to expand it.
toolchain/gcc/Config.version
+
4
−
7
View file @
909abe49
...
...
@@ -6,11 +6,8 @@ config GCC_DEFAULT_VERSION_4_4_6
default y if (avr32 || ubicom32)
bool
config GCC_DEFAULT_VERSION_4_5_LINARO
default y if !(GCC_DEFAULT_VERSION)
bool
config GCC_DEFAULT_VERSION_4_6_LINARO
default y if !(GCC_DEFAULT_VERSION)
bool
...
...
@@ -21,7 +18,7 @@ config GCC_VERSION
default "4.5-linaro" if GCC_VERSION_4_5_LINARO
default "4.6-linaro" if GCC_VERSION_4_6_LINARO
default "llvm" if GCC_VERSION_LLVM
default "4.
5
-linaro"
default "4.
6
-linaro"
config GCC_VERSION_4_4
bool
...
...
@@ -41,8 +38,8 @@ if !TOOLCHAINOPTS
default y if GCC_DEFAULT_VERSION_4_4_6
bool
config GCC_VERSION_4_
5
_LINARO
default y if GCC_DEFAULT_VERSION_4_
5
_LINARO
config GCC_VERSION_4_
6
_LINARO
default y if GCC_DEFAULT_VERSION_4_
6
_LINARO
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