From 934da2dbdfc48db4fc8de676e43bafae85116a89 Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 23 Mar 2012 18:05:13 +0000 Subject: [PATCH] Make alternative sigcontextpath a little more generic. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44445 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/all-linux/kernel/mksigcore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/all-linux/kernel/mksigcore.sh b/arch/all-linux/kernel/mksigcore.sh index c970a5bd84..ecbf50832a 100644 --- a/arch/all-linux/kernel/mksigcore.sh +++ b/arch/all-linux/kernel/mksigcore.sh @@ -2,7 +2,7 @@ sigcontextpath=/usr/include/bits/sigcontext.h if [ ! -f $sigcontextpath ] ; then - sigcontextpath=/usr/include/i386-linux-gnu/bits/sigcontext.h + sigcontextpath=/usr/include/${CPU}-linux-gnu/bits/sigcontext.h if [ ! -f $sigcontextpath ] ; then echo "Could not find bits/sigcontext.h" exit 20 -- 2.11.4.GIT