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
a0e49fa2
Commit
a0e49fa2
authored
14 years ago
by
Imre Kaloz
Browse files
Options
Downloads
Patches
Plain Diff
upgrade the linaro gcc to the 2010.12 release
SVN-Revision: 24563
parent
d2fdd1db
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/common.mk
+3
-3
3 additions, 3 deletions
toolchain/gcc/common.mk
with
3 additions
and
3 deletions
toolchain/gcc/common.mk
+
3
−
3
View file @
a0e49fa2
...
@@ -37,11 +37,11 @@ ifdef CONFIG_GCC_VERSION_LLVM
...
@@ -37,11 +37,11 @@ ifdef CONFIG_GCC_VERSION_LLVM
HOST_BUILD_DIR
:=
$(
BUILD_DIR_TOOLCHAIN
)
/
$(
GCC_DIR
)
HOST_BUILD_DIR
:=
$(
BUILD_DIR_TOOLCHAIN
)
/
$(
GCC_DIR
)
else
else
ifdef
CONFIG_GCC_VERSION_4_5_1_LINARO
ifdef
CONFIG_GCC_VERSION_4_5_1_LINARO
PKG_REV
:=
4.5-2010.1
1-1
PKG_REV
:=
4.5-2010.1
2-0
PKG_VERSION
:=
4.5.2
PKG_VERSION
:=
4.5.2
PKG_SOURCE_URL
:=
http://launchpad.net/gcc-linaro/4.5/4.5-2010.1
1
-0/+download/
PKG_SOURCE_URL
:=
http://launchpad.net/gcc-linaro/4.5/4.5-2010.1
2
-0/+download/
PKG_SOURCE
:=
$(
PKG_NAME
)
-linaro-
$(
PKG_REV
)
.tar.bz2
PKG_SOURCE
:=
$(
PKG_NAME
)
-linaro-
$(
PKG_REV
)
.tar.bz2
PKG_MD5SUM
:=
9e18a60d2c5ae4f3338814aabf80bb90
PKG_MD5SUM
:=
a01e511fd1a3b42b54d239b393f740fe
GCC_DIR
:=
gcc-linaro-
$(
PKG_REV
)
GCC_DIR
:=
gcc-linaro-
$(
PKG_REV
)
HOST_BUILD_DIR
:=
$(
BUILD_DIR_TOOLCHAIN
)
/
$(
GCC_DIR
)
HOST_BUILD_DIR
:=
$(
BUILD_DIR_TOOLCHAIN
)
/
$(
GCC_DIR
)
else
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