From c0a259fdff9abe22d22a44e54de9f7e2c97d31d9 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 19 Sep 2016 00:06:47 +0200 Subject: [PATCH] [git-hooks] fix support for armhfp --- git-hooks/post-merge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-hooks/post-merge b/git-hooks/post-merge index adbbd2e5..9632fd3c 100755 --- a/git-hooks/post-merge +++ b/git-hooks/post-merge @@ -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