1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/contrib
Andrew Turner 73279d4113 Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.
This targets the existing ARMv6 and ARMv7 SoCs that contain a VFP unit.
This is an optional coprocessors may not be present in all devices, however
it appears to be in all current SoCs we support.

armv6hf targets the VFP variant of the ARM EABI and our copy of gcc is too
old to support this. Because of this there are a number of WITH/WITHOUT
options that are unsupported and must be left as the default value. The
options and their required value are:
 * WITH_ARM_EABI
 * WITHOUT_GCC
 * WITHOUT_GNUCXX

In addition, without an external toolchain, the following need to be left
as their default:
 * WITH_CLANG
 * WITH_CLANG_IS_CC

As there is a different method of passing float and double values to
functions the ABI is incompatible with existing armv6 binaries. To use
this a full rebuild of world is required. Because no floating point values
are passed into the kernel an armv6 kernel with VFP enabled will work with
an armv6hf userland and vice versa.
2014-03-23 12:49:25 +00:00
..
amd
apr Update subversion-1.8.0 -> 1.8.1. Update supporting 2013-07-28 06:02:40 +00:00
apr-util Import apr-util-1.5.3 from vendor branch (rr258600) 2013-11-25 22:20:34 +00:00
atf Undefine HAVE_VSNPRINTF_IN_STD. 2014-02-16 21:53:33 +00:00
binutils Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental. 2014-03-23 12:49:25 +00:00
bmake Merge bmake-20140101 from vendor 2014-01-27 17:47:21 +00:00
bsnmp Fix a problem with OBJECT IDENTIFIER encoding: need to check the 2014-01-21 16:49:54 +00:00
byacc Import byacc 20140101 which imports %token-table from bison allowing to build ntpd 2014-01-08 08:08:22 +00:00
bzip2
com_err
compiler-rt Pull in r201909 from upstream compiler-rt trunk (by Joerg Sonnenberger): 2014-02-22 00:09:43 +00:00
dialog Update dialog to 1.2-20130923. 2013-09-24 14:52:43 +00:00
diff Fix a cut and paste error. 2014-01-05 23:28:03 +00:00
dma Fix build on i386 2014-02-21 16:14:40 +00:00
dtc Merge from vendor branch importing dtc git rev 6a15eb2350426d285130e4c9d84c0bdb6575547a 2014-01-27 19:37:35 +00:00
ee Clean some 'svn:executable' properties in the tree. 2013-01-26 22:08:21 +00:00
elftoolchain Reapply r221569, r233401, r233524 and r255105: Add support for a few 2014-01-25 13:53:46 +00:00
expat Update base system libexpat to 2.1.0. 2013-02-26 00:58:44 +00:00
file Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-18 01:40:25 +00:00
flex Enable GNU m4 compatibility mode. 2013-05-21 19:23:49 +00:00
gcc Similar to r211505 for x86, remove unneeded casts in inline assembly for 2014-02-20 23:08:01 +00:00
gcclibs gcc: Add support for Apple's Block extension 2014-01-05 00:43:28 +00:00
gdb recognize the FreeBSD ARCH tag that is put on binaries like on armeb 2014-02-12 02:03:37 +00:00
gdtoa Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS in 2012-12-06 01:31:25 +00:00
gperf gperf: reverse size_type patch from r258115. 2014-01-07 01:40:49 +00:00
groff Pull up vendor changes up to 2014-01-29 2014-01-31 12:26:30 +00:00
ipfilter Hide 'struct ifaddr' definition from userland. Two tools left that use it, 2013-10-15 10:19:24 +00:00
jemalloc Update jemalloc to version 3.5.1. 2014-02-26 02:36:59 +00:00
ldns Build and install drill(1). 2013-09-22 20:30:55 +00:00
ldns-host Import Magerya Vitaly's ldns-host, and build it instead of the BIND version 2013-09-08 19:40:32 +00:00
less Revert files with no local changes to their vendor state to ease future 2013-05-31 00:31:45 +00:00
libarchive Fix return type of extattr_set_* and fix rmextattr(8) utility. 2013-04-02 05:30:41 +00:00
libbegemot
libc-pwcache
libc-vis Restore the Nx macro lost in transit. 2014-01-29 11:39:58 +00:00
libc++ Pull in r201021 from upstream libc++ trunk: 2014-03-13 23:09:48 +00:00
libcxxrt Pull in upstream libcxxrt commit 8006101, which makes its cxxabi.h file 2014-02-07 21:34:09 +00:00
libexecinfo libexecinfo: Include terminating null in byte count 2013-11-21 14:12:36 +00:00
libgnuregex Fix build for FreeBSD. We do not have alloca.h. 2013-06-05 21:28:33 +00:00
libpcap Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. 2014-01-08 08:06:56 +00:00
libreadline Quiesce warning about unused argument in call to rl_message() by wrapping 2013-11-04 16:52:27 +00:00
libstdc++ gcc: Bring updates from Google's enhanced gcc-4.2.1. 2013-11-23 18:32:53 +00:00
libucl Update to 20140321 2014-03-22 17:28:14 +00:00
llvm Pull in r201662 from upstream clang trunk: 2014-03-22 09:23:13 +00:00
mdocml Remove IPX support. 2014-03-14 02:58:48 +00:00
mknod Add NetBSD's mtree to the tree and install it as nmtree as the first step 2012-12-21 21:00:00 +00:00
mtree Sync with NetBSD. The funtional change is to make the output when 2013-11-21 19:29:41 +00:00
ncurses Workaround a GCC warning to unbreak ARM build. 2014-03-03 08:01:36 +00:00
netcat MFV: netcat from OpenBSD 5.4. 2013-11-15 22:45:14 +00:00
ngatm
ntp Disable 'monitor' feature in ntpd by default. 2014-01-14 18:59:00 +00:00
nvi Vendor import nvi-2.1.2-c80f493b038 a multikey mapping fix 2013-12-08 00:08:03 +00:00
ofed - Fix compile errors from the clang conversion 2013-08-09 03:29:46 +00:00
one-true-awk MFV: one-true-awk 20121220. 2013-01-03 07:25:30 +00:00
openbsm Remove weirdly-named autofoo file. This is not needed for the (FreeBSD) 2013-07-22 08:46:15 +00:00
openpam MFV (r262529): fix is_upper() predicate 2014-02-26 17:14:02 +00:00
openresolv
opie Queisce two category of clang warnings: 2013-10-28 18:24:31 +00:00
pam_modules/pam_passwdqc Make the PAM password strength checking module WARNS=2 safe. 2013-08-27 15:50:26 +00:00
pf Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-18 01:40:25 +00:00
pnpinfo
sendmail Update for sendmail 8.14.8 import 2014-01-26 23:44:12 +00:00
serf Update serf-1.3.0 -> 1.3.4 - fixes multiple issues (see the CHANGES file) 2014-02-22 01:19:47 +00:00
smbfs Just disable recoding support in libsmb if built WITHOUT_ICONV. 2013-11-12 15:09:28 +00:00
sqlite3 Introduce svnlite so that we can check out our source code again. 2013-06-18 02:53:45 +00:00
subversion - Update commit template to include 'Relnotes:' tag, to 2014-03-20 18:44:37 +00:00
tcp_wrappers Queisce warning about undeclared function usage. 2013-10-30 22:45:35 +00:00
tcpdump Update most userspace consumers of capability.h to use capsicum.h instead. 2014-03-16 11:04:44 +00:00
tcsh
telnet Improve upon previous commit: 2014-03-02 03:34:06 +00:00
texinfo
tnftp Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-18 01:40:25 +00:00
top Bump MAX_COLS to 512 to take advantage of wider terminals. 2012-12-13 06:45:45 +00:00
traceroute
tzcode tzfile.5: catch up to r204333 2013-12-16 01:58:12 +00:00
tzdata MFV of 263039, tzdata2014a: 2014-03-11 20:32:23 +00:00
unbound Regenerate 2013-09-24 09:56:58 +00:00
unvis Replace our (un)vis(1) commands with implementations from NetBSD to 2013-03-15 00:05:50 +00:00
vis Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-18 01:40:25 +00:00
wpa Revert to upstream literal $FreeBSD tag 2013-10-30 18:33:40 +00:00
xz MFV r253848 (mm): 2014-03-04 21:51:11 +00:00