diff options
author | Celeste <20312-Celeste@users.gitlab.alpinelinux.org> | 2024-08-09 02:01:30 +0000 |
---|---|---|
committer | Celeste <20312-Celeste@users.gitlab.alpinelinux.org> | 2024-08-09 02:02:09 +0000 |
commit | 4366d5b58a7b13a3d9c7bd33e0469bb774b10e63 (patch) | |
tree | ff02ae02c88fddf2e38e76d1d562ae13ca42c161 | |
parent | 35d08aea1479ddf4708ad43387231434c3f1c469 (diff) | |
download | aports-4366d5b58a7b13a3d9c7bd33e0469bb774b10e63.zip |
main/gdb: re-enable on loongarch64
should build successfully as the patched musl is now available
-rw-r--r-- | main/gdb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gdb/APKBUILD b/main/gdb/APKBUILD index 92efee32a1f..9ad39c45dca 100644 --- a/main/gdb/APKBUILD +++ b/main/gdb/APKBUILD @@ -4,7 +4,7 @@ pkgver=15.1 pkgrel=0 pkgdesc="The GNU Debugger" url="https://www.gnu.org/software/gdb/" -arch="all !loongarch64" +arch="all" license="GPL-3.0-or-later AND LGPL-3.0-or-later" makedepends=" autoconf |