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
ac8d5625
Commit
ac8d5625
authored
11 years ago
by
Imre Kaloz
Browse files
Options
Downloads
Patches
Plain Diff
handle the Linaro version as well
Signed-off-by:
Imre Kaloz
<
kaloz@openwrt.org
>
SVN-Revision: 39164
parent
9739a0b4
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
package/devel/binutils/Makefile
+14
-5
14 additions, 5 deletions
package/devel/binutils/Makefile
with
14 additions
and
5 deletions
package/devel/binutils/Makefile
+
14
−
5
View file @
ac8d5625
#
#
# Copyright (C) 2006-201
1
OpenWrt.org
# Copyright (C) 2006-201
3
OpenWrt.org
#
#
# This is free software, licensed under the GNU General Public License v2.
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
# See /LICENSE for more information.
...
@@ -10,10 +10,19 @@ include $(TOPDIR)/rules.mk
...
@@ -10,10 +10,19 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
binutils
PKG_NAME
:=
binutils
PKG_VERSION
:=
$(
strip
$(
subst
",,
$(
CONFIG_BINUTILS_VERSION
)))
PKG_VERSION
:=
$(
strip
$(
subst
",,
$(
CONFIG_BINUTILS_VERSION
)))
#"))
#"))
PKG_RELEASE
:=
5
PKG_RELEASE
:=
6
PKG_SOURCE_URL
:=
@GNU/binutils
ifeq
($(findstring linaro, $(CONFIG_BINUTILS_VERSION)),linaro)
PKG_SOURCE
:=
binutils-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_URL
:=
https://releases.linaro.org/13.06/components/toolchain/binutils-linaro/
PKG_REV
:=
2.23.2-2013.06
PKG_SOURCE
:=
$(
PKG_NAME
)
-linaro-
$(
PKG_REV
)
.tar.bz2
BINUTILS_DIR
:=
$(
PKG_NAME
)
-2.23.2
PKG_BUILD_DIR
:=
$(
BUILD_DIR_TOOLCHAIN
)
/
$(
BINUTILS_DIR
)
PKG_VERSION
:=
$(
PKG_REV
)
else
PKG_SOURCE_URL
:=
@GNU/binutils
PKG_SOURCE
:=
binutils-
$(
PKG_VERSION
)
.tar.bz2
endif
PKG_MD5SUM
:=
PKG_MD5SUM
:=
PATCH_DIR
:=
$(
TOPDIR
)
/toolchain/binutils/patches/
$(
PKG_VERSION
)
PATCH_DIR
:=
$(
TOPDIR
)
/toolchain/binutils/patches/
$(
PKG_VERSION
)
...
...
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