Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
bot-test
community
aarch64-linux-gnu-gcc
Commits
de722f89
Commit
de722f89
authored
Mar 24, 2017
by
Anatol Pomozov
Browse files
FS#53423 do not hardcode AS and LD tool names
bump gcc version to the latest snapshot
parent
727f11af
Changes
1
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
de722f89
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
_target
=
aarch64-linux-gnu
_target
=
aarch64-linux-gnu
pkgname
=
$_target
-gcc
pkgname
=
$_target
-gcc
pkgver
=
6.3.
0
pkgver
=
6.3.
1
_islver
=
0.18
_islver
=
0.18
pkgrel
=
1
pkgrel
=
1
_snapshot
=
6-201
61222
_snapshot
=
6-201
70323
pkgdesc
=
'The GNU Compiler Collection - cross compiler for ARM64 target'
pkgdesc
=
'The GNU Compiler Collection - cross compiler for ARM64 target'
arch
=(
i686 x86_64
)
arch
=(
i686 x86_64
)
url
=
'http://gcc.gnu.org/'
url
=
'http://gcc.gnu.org/'
...
@@ -16,7 +16,7 @@ options=(!emptydirs !strip)
...
@@ -16,7 +16,7 @@ options=(!emptydirs !strip)
source
=(
#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
source
=(
#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
ftp://gcc.gnu.org/pub/gcc/snapshots/
$_snapshot
/gcc-
$_snapshot
.tar.bz2
ftp://gcc.gnu.org/pub/gcc/snapshots/
$_snapshot
/gcc-
$_snapshot
.tar.bz2
http://isl.gforge.inria.fr/isl-
$_islver
.tar.bz2
)
http://isl.gforge.inria.fr/isl-
$_islver
.tar.bz2
)
sha256sums
=(
'
452ce56bc0481318c83d49eac20da19d980f2ecc3b7084a040ff5f56e41fc732
'
sha256sums
=(
'
1765fe2bcae1a163d5adf1a090dc173640c690c82f35aaf65d983441989f8375
'
'6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b'
)
'6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b'
)
if
[
-n
"
$_snapshot
"
]
;
then
if
[
-n
"
$_snapshot
"
]
;
then
...
@@ -57,8 +57,6 @@ build() {
...
@@ -57,8 +57,6 @@ build() {
--with-local-prefix
=
/usr/
$_target
\
--with-local-prefix
=
/usr/
$_target
\
--with-sysroot
=
/usr/
$_target
\
--with-sysroot
=
/usr/
$_target
\
--with-build-sysroot
=
/usr/
$_target
\
--with-build-sysroot
=
/usr/
$_target
\
--with-as
=
/usr/bin/
${
_target
}
-as
\
--with-ld
=
/usr/bin/
${
_target
}
-ld
\
--libdir
=
/usr/lib
--libexecdir
=
/usr/lib
\
--libdir
=
/usr/lib
--libexecdir
=
/usr/lib
\
--target
=
$_target
--host
=
$CHOST
--build
=
$CHOST
\
--target
=
$_target
--host
=
$CHOST
--build
=
$CHOST
\
--disable-nls
\
--disable-nls
\
...
...
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