Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
161ce2f8
Commit
161ce2f8
authored
4 years ago
by
Milan P. Stanić
Browse files
Options
Downloads
Patches
Plain Diff
testing/gcc-cross-embedded: add aarch64-none-elf target
parent
87eb896e
No related branches found
No related tags found
1 merge request
!17455
testing/gcc-cross-embedded: add aarch64-none-elf target
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/gcc-cross-embedded/APKBUILD
+6
-1
6 additions, 1 deletion
testing/gcc-cross-embedded/APKBUILD
with
6 additions
and
1 deletion
testing/gcc-cross-embedded/APKBUILD
+
6
−
1
View file @
161ce2f8
...
@@ -10,6 +10,7 @@ _targets="
...
@@ -10,6 +10,7 @@ _targets="
mips-mti-elf
mips-mti-elf
msp430-elf
msp430-elf
riscv-none-elf
riscv-none-elf
aarch64-none-elf
"
"
# or1k-elf fails to build on 32-bit architectures
# or1k-elf fails to build on 32-bit architectures
case
"
$CARCH
"
in
case
"
$CARCH
"
in
...
@@ -17,7 +18,7 @@ case "$CARCH" in
...
@@ -17,7 +18,7 @@ case "$CARCH" in
esac
esac
pkgname
=
gcc-cross-embedded
pkgname
=
gcc-cross-embedded
pkgver
=
10.2.0
pkgver
=
10.2.0
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"The GNU Compiler Collection for embedded targets"
pkgdesc
=
"The GNU Compiler Collection for embedded targets"
url
=
"http://gcc.gnu.org"
url
=
"http://gcc.gnu.org"
depends
=
"gcc"
depends
=
"gcc"
...
@@ -180,4 +181,8 @@ riscv_none_elf() {
...
@@ -180,4 +181,8 @@ riscv_none_elf() {
_install_subpkg
_install_subpkg
}
}
aarch64_none_elf
()
{
_install_subpkg
}
sha512sums
=
"42ae38928bd2e8183af445da34220964eb690b675b1892bbeb7cd5bb62be499011ec9a93397dba5e2fb681afadfc6f2767d03b9035b44ba9be807187ae6dc65e gcc-10.2.0.tar.xz"
sha512sums
=
"42ae38928bd2e8183af445da34220964eb690b675b1892bbeb7cd5bb62be499011ec9a93397dba5e2fb681afadfc6f2767d03b9035b44ba9be807187ae6dc65e gcc-10.2.0.tar.xz"
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