[git-hooks] fix support for armhfp
This commit is contained in:
committed by
GitHub
parent
cd655433c4
commit
c0a259fdff
@@ -17,7 +17,7 @@ case $arch in
|
||||
if [ -e "/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi" ]; then
|
||||
src_make_conf="./conf/armv6j/portage/make.conf"
|
||||
elif [ -e "/usr/lib/gcc/armv7a-hardfloat-linux-gnueabi" ]; then
|
||||
src_make_conf="./conf/armv7l/portage/make.conf"
|
||||
src_make_conf="./conf/armhfp/portage/make.conf"
|
||||
else
|
||||
echo "Unsupported ARM architecture" >&2
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user