mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-02 23:39:29 +02:00
debs: added arch arm64
This commit is contained in:
parent
01cae85fff
commit
cab19ae8cb
@ -94,17 +94,26 @@ if [ "$Arch" = i386 ]; then
|
||||
ppcbin=ppc386
|
||||
else
|
||||
if [ "$Arch" = amd64 ]; then
|
||||
ppcbin=ppcx64
|
||||
ppcbin=ppcx64
|
||||
targetos=x86_64
|
||||
else
|
||||
if [ "$Arch" = powerpc ]; then
|
||||
ppcbin=ppcppc
|
||||
if [ "$Arch" = arm ]; then
|
||||
ppcbin=ppcarm
|
||||
else
|
||||
if [ "$Arch" = sparc ]; then
|
||||
ppcbin=ppcsparc
|
||||
if [ "$Arch" = arm64 ]; then
|
||||
ppcbin=ppcaarch64
|
||||
targetos=aarch64
|
||||
else
|
||||
echo "$Arch is not supported."
|
||||
exit -1
|
||||
if [ "$Arch" = powerpc ]; then
|
||||
ppcbin=ppcppc
|
||||
else
|
||||
if [ "$Arch" = sparc ]; then
|
||||
ppcbin=ppcsparc
|
||||
else
|
||||
echo "$Arch is not supported."
|
||||
exit -1
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user