|
@ -1687,17 +1687,20 @@ SHORT_MACHINE=`uname -m | cut -b1-3` |
|
|
if test $MACHINE = "x86_64"; then |
|
|
if test $MACHINE = "x86_64"; then |
|
|
EXTN="amd64" |
|
|
EXTN="amd64" |
|
|
else |
|
|
else |
|
|
if test $SHORT_MACHINE = "arm"; then |
|
|
if test $SHORT_MACHINE = "aar"; then |
|
|
EXTN="armhf" |
|
|
EXTN="arm64" |
|
|
EXTRA_DEPS="" |
|
|
EXTRA_DEPS="" |
|
|
LIBRRD="librrd8, " |
|
|
|
|
|
else |
|
|
else |
|
|
if test $SHORT_MACHINE = "mip"; then |
|
|
if test $SHORT_MACHINE = "arm"; then |
|
|
EXTN="mips" |
|
|
EXTN="armhf" |
|
|
EXTRA_DEPS="" |
|
|
EXTRA_DEPS="" |
|
|
LIBRRD="" |
|
|
else |
|
|
else |
|
|
if test $SHORT_MACHINE = "mip"; then |
|
|
EXTN="i386" |
|
|
EXTN="mips" |
|
|
|
|
|
EXTRA_DEPS="" |
|
|
|
|
|
else |
|
|
|
|
|
EXTN="i386" |
|
|
|
|
|
fi |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
fi |
|
|