[meta-lsi] [PATCH 17/26] gcc: Set preferred version to 5.4
Daniel Dragomir
daniel.dragomir at windriver.com
Fri Aug 5 08:33:40 PDT 2016
The curent version for gcc in master is 6.1, but in 4.1 kernel
there are missing some libraries compatible with gcc 6.1.
Untill this will be fixed upstream, use an older version for
gcc and its components, such as libgfortran.
Signed-off-by: Daniel Dragomir <daniel.dragomir at windriver.com>
---
conf/machine/axxiaarm.conf | 3 ++-
conf/machine/axxiaarm64.conf | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/conf/machine/axxiaarm.conf b/conf/machine/axxiaarm.conf
index 00b56b0..b295a37 100644
--- a/conf/machine/axxiaarm.conf
+++ b/conf/machine/axxiaarm.conf
@@ -6,8 +6,9 @@ PREFERRED_VERSION_linux-yocto ?= "3.14%"
#PREFERRED_VERSION_u-boot-lsi ?= "2013.01.01%"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
#PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-lsi"
-
#EXTRA_IMAGEDEPENDS = "u-boot-lsi"
+PREFERRED_VERSION_libgfortran ?= "5.4%"
+GCCVERSION ?= "5.4%"
MACHINE_FEATURES += "ext3"
diff --git a/conf/machine/axxiaarm64.conf b/conf/machine/axxiaarm64.conf
index d80c5c8..ecd6c79 100644
--- a/conf/machine/axxiaarm64.conf
+++ b/conf/machine/axxiaarm64.conf
@@ -6,6 +6,8 @@ PREFERRED_VERSION_linux-yocto ?= "3.14%"
#PREFERRED_VERSION_u-boot-lsi ?= "2013.01.01%"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
#PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-lsi"
+PREFERRED_VERSION_libgfortran ?= "5.4%"
+GCCVERSION ?= "5%"
#EXTRA_IMAGEDEPENDS = "u-boot-lsi"
--
2.7.4
More information about the meta-lsi
mailing list