From 674a712295a007ec03a6e5dbd55501cc22db24d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gon=C3=A7alves?= Date: Mon, 15 May 2017 19:18:28 +0100 Subject: [PATCH] architectures/geode: change flags name for GCC 5.4.0 . --- architectures/geode.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architectures/geode.cfg b/architectures/geode.cfg index c5a9f29..6073d60 100644 --- a/architectures/geode.cfg +++ b/architectures/geode.cfg @@ -1,3 +1,3 @@ cfg_target_canonical="geode-$cfg_glued_vendor-linux-gnu" cfg_target_linux='x86' -cfg_target_gcc_configure_flags='--with-arch=geode --with-cpu=geode --with-tune=geode' +cfg_target_gcc_configure_flags='--with-arch=geode --with-mcpu=geode --with-mtune=geode'