Commit Graph

3631 Commits

Author SHA1 Message Date
matt 2959ac0b5b Add dropped v 2013-08-20 00:20:55 +00:00
matt 0e6587832d always compile GMP and MPFR as ARM 2013-08-19 22:25:32 +00:00
matt 6d142d8571 Add cortex-a7 2013-08-19 22:23:12 +00:00
matt 0cd90176f0 Enable sdiv/udiv instructions for both Thumb2 and ARM if hwdiv is supported. 2013-08-17 05:43:02 +00:00
matt 01eac15926 If hardware divide is supported on the CPU, predefine __ARM_ARCH_EXT_IDIV__ 2013-08-17 05:42:06 +00:00
matt a3659d97dc Fix botch. 2013-08-16 21:59:01 +00:00
matt 699e28bb7d Teach gcc to recognize a7 & a15 as a9 but with hwdiv. 2013-08-16 21:04:07 +00:00
joerg d22d8112fa Import libc++ r188413. More support for current C++ development and
various bugfixes.
2013-08-15 22:38:25 +00:00
joerg a3a22d9cef Import libc++ r188413. More support for current C++ development and
various bugfixes.
2013-08-15 22:38:19 +00:00
drochner 4902aed8dd remove some files which will be regenerated during build, avoids
writes into $BSDSRCDIR
2013-08-13 20:38:08 +00:00
drochner debeb3b18a add to CLEANFILES at some places, for generated files 2013-08-13 19:29:45 +00:00
joerg 2004814a3c Enable unwind tables by default. Assert the default in target-def.h to
make sure that it sticks.
2013-08-12 21:22:18 +00:00
joerg 8c1edcc065 Disable STABS and MIPS SDB extensions. This enables the use of CFI
instructions for the DWARF2 emission.
2013-08-12 21:04:17 +00:00
matt 83b2ab469f Match arm*-*-netbsdelf*-* 2013-08-12 05:14:24 +00:00
tsutsui 0e4d43cb3e List all required libraries by libgssapi and libkrb5 for NOPIC builds. 2013-08-11 14:42:04 +00:00
matt 51863888cd GCC configury for earmv4eb earmv6eb earmv6hfeb 2013-08-06 16:09:13 +00:00
matt 3dc76db13e gcc configury for earmv4, earmv6, earmv6hf, earmv7, earmv7hf 2013-08-06 05:41:38 +00:00
matt c02c0d70e0 Use armv[4-7] to be consistent 2013-08-06 05:36:42 +00:00
matt 0d76fcf318 Use armv[4-7] to be consistend 2013-08-06 05:35:56 +00:00
matt dc121a0d2a earmv7eb gcc configury 2013-08-05 03:36:48 +00:00
matt c75f20af22 Use GMP_MACHINE_ARCH which is MACHINE_ARCH with arm substituted for armv[467]. 2013-08-05 03:22:45 +00:00
matt 10ba3edce2 Use GMP_MACHINE_ARCH which is MACHINE_ARCH with arm substituted for armv[467]. 2013-08-05 01:46:57 +00:00
matt 8c5076b89b Use BINUTILS_MACHINE_ARCH instead of MACHINE_ARCH
BINUTILS_MACHINE_ARCH is MACHINE_ARCH,
except armv[467] is replaced with arm instead.
2013-08-05 00:17:52 +00:00
matt 216bc04d40 Add mknative files for earmv7hfeb MACHINE_ARCH. 2013-08-05 00:11:51 +00:00
matt b36ddc07a9 Use BINUTILS_MACHINE_ARCH instead of MACHINE_ARCH
BINUTILS_MACHINE_ARCH is MACHINE_ARCH,
except armv[467] is replaced with arm instead.
2013-08-05 00:08:58 +00:00
matt 2a575ee471 Use GDB_MACHINE_ARCH instead of MACHINE_ARCH.
GDB_MACHINE_ARCH is MACHINE_ARCH, except armv[467] is replaced with arm instead.
2013-08-04 23:41:43 +00:00
matt 6618efcaf4 If MACHINE_ARCH contains armv[467], use arm instead. 2013-08-04 23:37:54 +00:00
matt e193aeee34 match armv[467]*--netbsdelf* 2013-08-04 22:19:42 +00:00
matt b095942929 match armv[467]*--netbsdelf*
and default cpu appropriately.
2013-08-04 22:18:16 +00:00
matt acfa8422ee Print out BE8 and LE8 for arm elf 2013-08-04 07:49:07 +00:00
matt 145100d1a1 Modify the BE8_LINK_SPEC if big endian to use !mlittle-endian 2013-08-04 03:52:28 +00:00
matt d7060a4069 Fix a misoptimization. See
http://mail-index.netbsd.org/port-arm/2013/03/04/msg001782.html
2013-08-03 21:56:09 +00:00
roy d9c567271e Import dhcpcd-6.0.5
* Fix the domain option (broken in 6.0.4)
 * Don't write a search line in resolv.con if it matches the domain
2013-08-03 10:30:01 +00:00
matt c8794243ae Add missing % to SUBTARGET_ASM_FLOAT_SPEC 2013-08-01 23:01:34 +00:00
roy 74f598c53d Sync 2013-07-29 20:39:28 +00:00
roy cceb514049 Import dhcpcd-6.0.4 with the following changes:
* hostname is not stamped on anymore if already set
* hostname will be set to a FQDN when possible as per RFC4702 section 3.1
* a domain is derived from the FQDN if no domain option is set
* add new hostname_short command to send a short hostname for DDNS
* hostname_fqdn is now documented, along with a new server setting and the
  potential problems associated with it
* the FQDN option is no longer sent by default for DHCPv4 messages
2013-07-29 20:35:31 +00:00
dholland 4e6fa0ae2d Fix MKKERBEROS=no build. 2013-07-29 16:42:20 +00:00
prlw1 71a1d1de35 Add support for Centrino Wireless-N 1030 and Centrino Advanced-N 6230
http://mail-index.netbsd.org/tech-net/2013/01/04/msg003802.html
2013-07-28 11:46:24 +00:00
christos 31e900e600 merge conflicts for bind-9.9.3-P2 2013-07-27 19:23:09 +00:00
christos e71be23a11 - conditionalize on mkcrypto
- add libraries
2013-07-27 18:16:26 +00:00
christos 0448dd3b02 Import bind 9.9.3-P2 2013-07-27 15:22:38 +00:00
wiz a5684d07dd Use Mt for email addresses. 2013-07-20 21:39:55 +00:00
matt 3ab889c115 gmp, binutils, gcc, gdb configury for coldfire 2013-07-19 22:14:23 +00:00
matt 4ce22e250b Match m5407--netbsdelf* 2013-07-19 21:48:38 +00:00
matt 203bed342b Add a M5407_PATTERN 2013-07-19 17:31:49 +00:00
matt 784ea6305e Match m5407-*-* 2013-07-19 17:31:14 +00:00
matt 6261dc2045 Add m5407--netbsdelf* support 2013-07-19 17:07:28 +00:00
matt 93a2362132 Configury changes to match tuple of m5407--netbsdelf as a variant of
m68k--netbself but with a coldfire cpu (m5475).  Fix m68010 to actually
properly default to m68010.
2013-07-19 16:23:10 +00:00
matt ff4ffb39ed Allow alias of m5407--netbsdelf for m68k--netbsdself 2013-07-19 16:01:33 +00:00
matt 5b9e27202e Fix broken matching for m5200 and m5407 as alias for coldfire cpus. 2013-07-19 15:58:48 +00:00