gonzo b501ab9dc9 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
..
2012-06-17 11:36:28 +00:00
2012-08-08 09:42:44 +00:00
2011-07-14 14:01:36 +00:00
2012-04-19 03:20:13 +00:00
2012-08-15 03:21:56 +00:00
2011-12-13 17:34:47 +00:00
2012-07-26 11:12:38 +00:00
2012-07-24 01:09:11 +00:00
2012-03-12 01:06:29 +00:00
2012-05-17 05:11:57 +00:00
2012-02-22 03:36:15 +00:00
2011-12-08 02:40:46 +00:00
2012-03-25 02:10:31 +00:00