architectures/geode: change flags name for GCC 5.4.0 .

This commit is contained in:
Pedro Gonçalves 2017-05-15 19:18:28 +01:00
parent 05ef973532
commit 7a4a2fe092
1 changed files with 1 additions and 1 deletions

View File

@ -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'