summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-01-01 23:21:46 +0000
committerian <ian@FreeBSD.org>2015-01-01 23:21:46 +0000
commit3bc3ae6d630c58c75395ebd1cb2d8ecd53362e38 (patch)
treec9bc91e2d95939d252dad7c04806856838e4a475 /sys/arm/freescale
parentae849d329324f5a09144807b1fa6b7e2da19e20a (diff)
downloadFreeBSD-src-3bc3ae6d630c58c75395ebd1cb2d8ecd53362e38.zip
FreeBSD-src-3bc3ae6d630c58c75395ebd1cb2d8ecd53362e38.tar.gz
Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sad
and apparently isn't needed now that we're using the integrated assembler.
Diffstat (limited to 'sys/arm/freescale')
-rw-r--r--sys/arm/freescale/imx/std.imx512
-rw-r--r--sys/arm/freescale/imx/std.imx532
-rw-r--r--sys/arm/freescale/imx/std.imx62
-rw-r--r--sys/arm/freescale/vybrid/std.vybrid2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/arm/freescale/imx/std.imx51 b/sys/arm/freescale/imx/std.imx51
index 4ffcac7..fbc1349 100644
--- a/sys/arm/freescale/imx/std.imx51
+++ b/sys/arm/freescale/imx/std.imx51
@@ -1,7 +1,7 @@
# $FreeBSD$
machine arm armv6
cpu CPU_CORTEXA
-makeoptions CONF_CFLAGS="-march=armv7a -Wa,-march=armv7a"
+makeoptions CONF_CFLAGS="-march=armv7a"
makeoptions ARM_LITTLE_ENDIAN
options ARM_L2_PIPT
diff --git a/sys/arm/freescale/imx/std.imx53 b/sys/arm/freescale/imx/std.imx53
index 6bc96cf..cbef21a 100644
--- a/sys/arm/freescale/imx/std.imx53
+++ b/sys/arm/freescale/imx/std.imx53
@@ -1,7 +1,7 @@
# $FreeBSD$
machine arm armv6
cpu CPU_CORTEXA
-makeoptions CONF_CFLAGS="-march=armv7a -Wa,-march=armv7a"
+makeoptions CONF_CFLAGS="-march=armv7a"
makeoptions ARM_LITTLE_ENDIAN
options ARM_L2_PIPT
diff --git a/sys/arm/freescale/imx/std.imx6 b/sys/arm/freescale/imx/std.imx6
index 4249f9e..08fa441 100644
--- a/sys/arm/freescale/imx/std.imx6
+++ b/sys/arm/freescale/imx/std.imx6
@@ -1,7 +1,7 @@
# $FreeBSD$
machine arm armv6
cpu CPU_CORTEXA
-makeoptions CONF_CFLAGS="-march=armv7a -Wa,-march=armv7a"
+makeoptions CONF_CFLAGS="-march=armv7a"
makeoptions ARM_LITTLE_ENDIAN
options ARM_L2_PIPT
diff --git a/sys/arm/freescale/vybrid/std.vybrid b/sys/arm/freescale/vybrid/std.vybrid
index 35a2a25..5d732a5 100644
--- a/sys/arm/freescale/vybrid/std.vybrid
+++ b/sys/arm/freescale/vybrid/std.vybrid
@@ -4,7 +4,7 @@ makeoption ARM_LITTLE_ENDIAN
cpu CPU_CORTEXA
machine arm armv6
-makeoptions CONF_CFLAGS="-march=armv7a -Wa,-march=armv7a"
+makeoptions CONF_CFLAGS="-march=armv7a"
options PHYSADDR=0x80000000
OpenPOWER on IntegriCloud