All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gcc-configure-common.inc: duplicate armv7a over-ride for armv8a
@ 2016-03-24  3:19 Andre McCurdy
  2016-03-24  4:19 ` Khem Raj
  0 siblings, 1 reply; 11+ messages in thread
From: Andre McCurdy @ 2016-03-24  3:19 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-devtools/gcc/gcc-configure-common.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc
index f4f76bd..a7b8d63 100644
--- a/meta/recipes-devtools/gcc/gcc-configure-common.inc
+++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc
@@ -65,6 +65,7 @@ EXTRA_OECONF_append_mips64eln32 = " --with-abi=64 --with-arch-64=mips64 --with-t
 EXTRA_OECONF_append_armv6 = " --with-arch=armv6"
 EXTRA_OECONF_append_armv7a = " --with-arch=armv7-a"
 EXTRA_OECONF_append_armv7ve = " --with-arch=armv7-a"
+EXTRA_OECONF_append_armv8a = " --with-arch=armv7-a"
 
 EXTRA_OECONF_GCC_FLOAT ??= ""
 CPPFLAGS = ""
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-03-24 23:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-24  3:19 [PATCH] gcc-configure-common.inc: duplicate armv7a over-ride for armv8a Andre McCurdy
2016-03-24  4:19 ` Khem Raj
2016-03-24  5:16   ` Andre McCurdy
2016-03-24  8:03     ` Khem Raj
2016-03-24 17:37       ` Andre McCurdy
2016-03-24 18:32         ` Phil Blundell
2016-03-24 21:41           ` Richard Purdie
2016-03-24 22:28             ` Khem Raj
2016-03-24 22:22           ` Khem Raj
2016-03-24 23:21             ` Phil Blundell
2016-03-24 23:58               ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.