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
bdeb70c8
Commit
bdeb70c8
authored
14 years ago
by
Imre Kaloz
Browse files
Options
Downloads
Patches
Plain Diff
sync gcc's Config.in with Config.version
SVN-Revision: 23694
parent
3a89cedc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
toolchain/gcc/Config.in
+5
-8
5 additions, 8 deletions
toolchain/gcc/Config.in
with
5 additions
and
8 deletions
toolchain/gcc/Config.in
+
5
−
8
View file @
bdeb70c8
...
@@ -3,15 +3,12 @@
...
@@ -3,15 +3,12 @@
choice
choice
prompt "GCC compiler Version" if TOOLCHAINOPTS
prompt "GCC compiler Version" if TOOLCHAINOPTS
default GCC_VERSION_4_2_4 if avr32
default GCC_VERSION_4_2_4 if avr32
default GCC_VERSION_4_3_3 if powerpc64
default GCC_VERSION_4_3_5 if powerpc64
default GCC_VERSION_4_3_3 if TARGET_coldfire
default GCC_VERSION_4_3_5 if (TARGET_coldfire || TARGET_etrax || TARGET_gemini)
default GCC_VERSION_4_3_3 if TARGET_etrax
default GCC_VERSION_4_3_3_CS if (arm || armeb) && !(TARGET_gemini || TARGET_omap35xx)
default GCC_VERSION_4_3_3_CS if (arm || armeb) && !TARGET_gemini
default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
default GCC_VERSION_4_3_4 if TARGET_gemini
default GCC_VERSION_4_4_5 if (powerpc || ubicom32)
default GCC_VERSION_4_4_1 if ubicom32
default GCC VERSION_4_4_5 if (TARGET_omap35xx || TARGET_octeon || TARGET_sibyte)
default GCC_VERSION_4_4_3 if powerpc
default GCC_VERSION_4_4_4 if (TARGET_octeon || TARGET_sibyte)
default GCC_VERSION_4_1_2
default GCC_VERSION_4_1_2
help
help
Select the version of gcc you wish to use.
Select the version of gcc you wish to use.
...
...
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