opnsense-src/gnu/usr.bin/binutils
Oleksandr Tymoshenko 4da573d910 Merging of projects/armv6, part 3
r238211:
Support TARGET_ARCH=armv6 and TARGET_ARCH=armv6eb

This adds a new TARGET_ARCH for building on ARM
processors that support the ARMv6K multiprocessor
extensions.  In particular, these processors have
better support for TLS and mutex operations.

This mostly touches a lot of Makefiles to extend
existing patterns for inferring CPUARCH from ARCH.
It also configures:
 * GCC to default to arm1176jz-s
 * GCC to predefine __FreeBSD_ARCH_armv6__
 * gas to default to ARM_ARCH_V6K
 * uname -p to return 'armv6'
 * make so that MACHINE_ARCH defaults to 'armv6'
It also changes a number of headers to use
the compiler __ARM_ARCH_XXX__ macros to configure
processor-specific support routines.

Submitted by:	Tim Kientzle <kientzle@freebsd.org>
2012-08-15 03:21:56 +00:00
..
addr2line General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
ar Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the 2012-04-29 09:32:44 +00:00
as Merging of projects/armv6, part 3 2012-08-15 03:21:56 +00:00
doc Merge binutils 2.17.50 to head. This brings a number of improvements to 2011-02-18 20:54:12 +00:00
ld Merging of projects/armv6, part 3 2012-08-15 03:21:56 +00:00
libbfd Merging of projects/armv6, part 3 2012-08-15 03:21:56 +00:00
libbinutils Define YY_NO_INPUT when building libbinutils, to prevent warnings about 2011-12-16 22:19:13 +00:00
libiberty Update Makefile and config.h for libiberty. 2010-11-01 19:40:22 +00:00
libopcodes Sync: merge r215319 through r215395 from ^/head, so ports can actually 2010-11-16 10:33:41 +00:00
nm Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
objcopy - change "is is" to "is" or "it is" 2011-10-16 14:30:28 +00:00
objdump Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
ranlib General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
readelf Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
size General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
strings Add manpages under gnu/usr.bin/binutils, since they are generated. 2010-11-01 19:45:15 +00:00
strip General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
Makefile
Makefile.inc Remove another reference to alpha... 2010-02-03 02:39:08 +00:00
Makefile.inc0 Merging of projects/armv6, part 3 2012-08-15 03:21:56 +00:00
update.sh