From: Eric Botcazou Date: Tue, 17 Nov 2015 10:54:13 +0000 (+0000) Subject: t-visium (MULTILIB_OPTIONS): Add muser-mode. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3edac97cf4e7ca3d7309247837cb546db1c7a2fe;p=gcc.git t-visium (MULTILIB_OPTIONS): Add muser-mode. * config/visium/t-visium (MULTILIB_OPTIONS): Add muser-mode. (MULTILIB_DIRNAMES): Adjust accordingly. From-SVN: r230459 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7616daeb019..773692c6f72 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-11-17 Eric Botcazou + + * config/visium/t-visium (MULTILIB_OPTIONS): Add muser-mode. + (MULTILIB_DIRNAMES): Adjust accordingly. + 2015-11-17 James Greenhalgh * config/aarch64/aarch64-cores.def (cortex-a35): New. diff --git a/gcc/config/visium/t-visium b/gcc/config/visium/t-visium index 46234f05b78..e10e22b3cb5 100644 --- a/gcc/config/visium/t-visium +++ b/gcc/config/visium/t-visium @@ -19,5 +19,5 @@ # The compiler defaults to -mcpu=gr5 but this may be overridden via --with-cpu # at configure time so the -mcpu setting must be symmetrical. -MULTILIB_OPTIONS = mcpu=gr5/mcpu=gr6 -MULTILIB_DIRNAMES = gr5 gr6 +MULTILIB_OPTIONS = mcpu=gr5/mcpu=gr6 muser-mode +MULTILIB_DIRNAMES = gr5 gr6 user