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
3ed63f69
Commit
3ed63f69
authored
Jan 17, 2019
by
Anatol Pomozov
Browse files
FS#61410: enable OpenMP support
parent
b92cd275
Changes
1
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
3ed63f69
...
...
@@ -4,8 +4,8 @@ _target=aarch64-linux-gnu
pkgname
=
$_target
-gcc
pkgver
=
8.2.0
_islver
=
0.20
pkgrel
=
2
_snapshot
=
8-201
80928
pkgrel
=
3
_snapshot
=
8-201
90111
pkgdesc
=
'The GNU Compiler Collection - cross compiler for ARM64 target'
arch
=(
x86_64
)
url
=
'https://gcc.gnu.org/'
...
...
@@ -16,7 +16,7 @@ options=(!emptydirs !strip staticlibs)
source
=(
#https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
https://gcc.gnu.org/pub/gcc/snapshots/
$_snapshot
/gcc-
$_snapshot
.tar.xz
http://isl.gforge.inria.fr/isl-
$_islver
.tar.bz2
)
sha256sums
=(
'
33d24f9a9ca3bff8c99d3cadbe3b089bc3e5c255b944cc98266544baa0602a6f
'
sha256sums
=(
'
b9cdfc65ee9cf5054a9d45496c70830a58bcf30b551629ad052a55779ccdbd65
'
'b587e083eb65a8b394e833dea1744f21af3f0e413a448c17536b5549ae42a4c2'
)
validpgpkeys
=(
33C235A34C46AA3FFB293709A328C3A2C3C45C06
)
# Jakub Jelinek <jakub@redhat.com>
...
...
@@ -61,7 +61,7 @@ build() {
--libdir
=
/usr/lib
--libexecdir
=
/usr/lib
\
--target
=
$_target
--host
=
$CHOST
--build
=
$CHOST
\
--disable-nls
\
--enable-languages
=
c,c++
\
--enable-languages
=
c,c++
,fortran
\
--enable-shared
--enable-threads
=
posix
\
--with-system-zlib
--with-isl
--enable-__cxa_atexit
\
--disable-libunwind-exceptions
--enable-clocale
=
gnu
\
...
...
@@ -78,7 +78,7 @@ build() {
package
()
{
cd
gcc-build
make
DESTDIR
=
"
$pkgdir
"
install-gcc install-target-libgcc install-target-libstdc++-v3
make
DESTDIR
=
"
$pkgdir
"
install-gcc install-target-libgcc install-target-libstdc++-v3
install-target-libgomp install-target-libgfortran install-target-libquadmath
# strip target binaries
find
"
$pkgdir
"
/usr/lib/gcc/
$_target
/
"
$pkgdir
"
/usr/
$_target
/lib
-type
f
-and
\(
-name
\*
.a
-or
-name
\*
.o
\)
-exec
$_target
-objcopy
-R
.comment
-R
.note
-R
.debug_info
-R
.debug_aranges
-R
.debug_pubnames
-R
.debug_pubtypes
-R
.debug_abbrev
-R
.debug_line
-R
.debug_str
-R
.debug_ranges
-R
.debug_loc
'{}'
\;
...
...
Write
Preview
Supports
Markdown
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