mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
libgpg-error: use correct ABI
This commit is contained in:
parent
e545d5b081
commit
450cebb021
@ -18,11 +18,11 @@ pre_configure_target() {
|
||||
case ${TARGET_ARCH} in
|
||||
aarch64)
|
||||
GPGERROR_TUPLE=aarch64-unknown-linux-gnu
|
||||
GPGERROR_TARGET=linux-gnueabi
|
||||
GPGERROR_TARGET=linux-gnu${TARGET_ABI}
|
||||
;;
|
||||
arm)
|
||||
GPGERROR_TUPLE=arm-unknown-linux-gnueabi
|
||||
GPGERROR_TARGET=linux-gnueabi
|
||||
GPGERROR_TARGET=linux-gnu${TARGET_ABI}
|
||||
;;
|
||||
x86_64)
|
||||
GPGERROR_TUPLE=x86_64-unknown-linux-gnu
|
||||
|
Loading…
x
Reference in New Issue
Block a user