Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Oct 2017 16:44:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   [Bug 222865] [patch] ports-mgmt/pkg: pkg config ABI returns armv6 on an armv7 system
Message-ID:  <bug-222865-32340-WjJPRqmAKC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222865-32340@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222865-32340@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222865

--- Comment #2 from Warner Losh <imp@FreeBSD.org> ---
armv6 vs armv7 is going to be a little harder to detect than armv4/5 vs armv6,
but all the info you need to do it is in the file. We can go based on the arch
compiled for, or we can look directly at the ABI note. The latter is likely
more reliable.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222865-32340-WjJPRqmAKC>