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
5f1d6c6c
Commit
5f1d6c6c
authored
13 years ago
by
Hauke Mehrtens
Browse files
Options
Downloads
Patches
Plain Diff
gcc: update gcc-4.5-linaro to 4.5-2011.08
SVN-Revision: 28039
parent
a0c56160
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
toolchain/gcc/common.mk
+2
-2
2 additions, 2 deletions
toolchain/gcc/common.mk
with
2 additions
and
2 deletions
toolchain/gcc/common.mk
+
2
−
2
View file @
5f1d6c6c
...
...
@@ -37,11 +37,11 @@ ifdef CONFIG_GCC_VERSION_LLVM
HOST_BUILD_DIR
:=
$(
BUILD_DIR_TOOLCHAIN
)
/
$(
GCC_DIR
)
else
ifeq
($(CONFIG_GCC_VERSION),"4.5-linaro")
PKG_REV
:=
4.5-2011.0
6-0
PKG_REV
:=
4.5-2011.0
8
PKG_VERSION
:=
4.5.4
PKG_SOURCE_URL
:=
http://launchpad.net/gcc-linaro/4.5/
$(
PKG_REV
)
/+download/
PKG_SOURCE
:=
$(
PKG_NAME
)
-linaro-
$(
PKG_REV
)
.tar.bz2
PKG_MD5SUM
:=
34562e19a3ea5baf05a2046c7da0a00b
PKG_MD5SUM
:=
c3374e210209e35ad1ea175223d3605c
GCC_DIR
:=
gcc-linaro-
$(
PKG_REV
)
HOST_BUILD_DIR
:=
$(
BUILD_DIR_TOOLCHAIN
)
/
$(
GCC_DIR
)
else
...
...
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