Searched hist:255457 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/pkg/
H A Dconfig.cdiff 255457 Tue Sep 10 18:57:44 MDT 2013 bapt Add support to detect arm vs armv6

There are two different versions of the ARM ABI depending on the
TARGET_ARCH. As these are sligntly different a package built for
one may not work on another. We need to detect which one we are on
by parsing the .ARM.attributes section.

This will only work on the ARM EABI as this section is part of the
ABI definition. As armv6 only supports the ARM EABI this is not a
problem for the oabi.

Older versions of libelf in FreeBSD fail to read the
.ARM.attributes section needed. As armv6 is unsupported on these
versions we can assume we are running on arm.

Submitted by: andrew
Approved by: re (delphij)
Obtained from: pkgng git

Completed in 50 milliseconds