Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
677
Issues
677
List
Boards
Labels
Service Desk
Milestones
Merge Requests
157
Merge Requests
157
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
1ef303f7
Commit
1ef303f7
authored
Oct 04, 2018
by
Pedro Filipe
Committed by
Natanael Copa
Oct 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
community/binutils-avr: upgrade to 2.31.1
parent
b968079a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
community/binutils-avr/APKBUILD
community/binutils-avr/APKBUILD
+10
-6
No files found.
community/binutils-avr/APKBUILD
View file @
1ef303f7
# Contributor: Stefan Wagner <stw@bit-strickerei.de>
# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
pkgname
=
binutils-avr
pkgver
=
2.3
0
pkgver
=
2.3
1.1
pkgrel
=
0
pkgdesc
=
"Tools necessary to build programs for AVR targets"
url
=
"https://www.gnu.org/software/binutils/"
...
...
@@ -16,7 +16,7 @@ builddir="$srcdir/binutils-$pkgver"
_workingdir
=
"
$srcdir
/binutils-build"
build
()
{
mkdir
"
$_workingdir
"
||
return
1
mkdir
"
$_workingdir
"
cd
"
$_workingdir
"
"
$builddir
"
/configure
\
--build
=
"
$CBUILD
"
\
...
...
@@ -28,19 +28,23 @@ build() {
--enable-plugins
\
--disable-multilib
\
--disable-werror
\
--disable-nls
\
||
return
1
--disable-nls
make
-j1
tooldir
=
/usr
}
check
()
{
cd
"
$_workingdir
"
make check
}
package
()
{
cd
"
$_workingdir
"
make
tooldir
=
/usr
install
DESTDIR
=
"
$pkgdir
"
||
return
1
make
tooldir
=
/usr
install
DESTDIR
=
"
$pkgdir
"
rm
-rf
"
$pkgdir
"
/usr/share/info
for
bin
in
ar as nm objcopy objdump ranlib strip readelf
;
do
rm
-f
"
$pkgdir
"
/usr/bin/
"
$bin
"
done
}
sha512sums
=
"
c3ce91aa20f058ec589bf18c722bf651331b394db6378900cc813cc0eea3a331a96584d5ae090630b627369510397dccc9edfcd43d4aeefc99579f277a05c72c binutils-2.30
.tar.bz2
sha512sums
=
"
b42954e6f49a0adcd2676bdd77dfb59bfc25cec8184b007521d1e2b1d5d0593b58639e3d9448d5a40fe024c3cea386a37743627d6bb16d502f52a4a32b9573bd binutils-2.31.1
.tar.bz2
ecee33b0e435aa704af1c334e560f201638ff79e199aa11ed78a72f7c9b46f85fbb227af5748e735fd681d1965fcc42ac81b0c8824e540430ce0c706c81e8b49 binutils-ld-fix-static-linking.patch"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment