public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] config/gcc: Select CC_LANG_CXX for >= gcc-4.8
@ 2014-02-22  7:46 bryanhundven
  2014-05-05 22:40 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: bryanhundven @ 2014-02-22  7:46 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1393055172 28800
#      Fri Feb 21 23:46:12 2014 -0800
# Node ID 8056ff520353d2ef44b4127f8bc67d3feac40678
# Parent  9321d9d7af9bd605eec2811b6703392331db3469
config/gcc: Select CC_LANG_CXX for >= gcc-4.8

Automatically select CXX if gcc is greater then or equal to 4.8.

Also add CC_SUPPORT_GOLANG to CC_GCC_latest.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>

diff -r 9321d9d7af9b -r 8056ff520353 config/cc/gcc.in
--- a/config/cc/gcc.in	Thu Feb 20 18:23:08 2014 +0000
+++ b/config/cc/gcc.in	Fri Feb 21 23:46:12 2014 -0800
@@ -349,6 +349,7 @@
     select CC_GCC_HAS_LNK_HASH_STYLE
     select CC_GCC_HAS_LIBQUADMATH
     select CC_SUPPORT_GOLANG
+    select CC_LANG_CXX
 
 config CC_GCC_4_8_or_later
     bool
@@ -365,6 +366,8 @@
     select CC_GCC_HAS_BUILD_ID
     select CC_GCC_HAS_LNK_HASH_STYLE
     select CC_GCC_HAS_LIBQUADMATH
+    select CC_SUPPORT_GOLANG
+    select CC_LANG_CXX
 
 config CC_GCC_HAS_GRAPHITE
     bool

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

end of thread, other threads:[~2014-05-05 22:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-22  7:46 [PATCH] config/gcc: Select CC_LANG_CXX for >= gcc-4.8 bryanhundven
2014-05-05 22:40 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).