All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Signed-off-by: redengin <sholstei@yahoo.com>
@ 2015-03-26  6:21 Stephen Holstein
  2015-03-26 14:15 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Holstein @ 2015-03-26  6:21 UTC (permalink / raw)
  To: openembedded-core; +Cc: redengin

From: redengin <sholstei@yahoo.com>

fix for fortran to remove libquadmath dependency
---
 meta/recipes-devtools/gcc/gcc-4.9.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc
index c88a496..cec1862 100644
--- a/meta/recipes-devtools/gcc/gcc-4.9.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.9.inc
@@ -99,6 +99,7 @@ EXTRA_OECONF_BASE = "\
     --with-cloog=no \
     --enable-checking=release \
     --enable-cheaders=c_global \
+    --disable-libquadmath-support \
 "
 
 EXTRA_OECONF_INITIAL = "\
-- 
1.9.1



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

end of thread, other threads:[~2015-03-26 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-26  6:21 [PATCH] Signed-off-by: redengin <sholstei@yahoo.com> Stephen Holstein
2015-03-26 14:15 ` Richard Purdie

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.