diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2015-11-17 10:54:13 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2015-11-17 10:54:13 +0000 |
commit | 3edac97cf4e7ca3d7309247837cb546db1c7a2fe (patch) | |
tree | 3a720e335cfcc5ccde0334f47914bdee2dd23a93 | |
parent | 1c72a3ca6c2a82462ace2afe844ff1160ffdea29 (diff) | |
download | gcc-3edac97cf4e7ca3d7309247837cb546db1c7a2fe.zip gcc-3edac97cf4e7ca3d7309247837cb546db1c7a2fe.tar.gz gcc-3edac97cf4e7ca3d7309247837cb546db1c7a2fe.tar.bz2 |
t-visium (MULTILIB_OPTIONS): Add muser-mode.
* config/visium/t-visium (MULTILIB_OPTIONS): Add muser-mode.
(MULTILIB_DIRNAMES): Adjust accordingly.
From-SVN: r230459
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/visium/t-visium | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7616dae..773692c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-11-17 Eric Botcazou <ebotcazou@adacore.com> + + * config/visium/t-visium (MULTILIB_OPTIONS): Add muser-mode. + (MULTILIB_DIRNAMES): Adjust accordingly. + 2015-11-17 James Greenhalgh <james.greenhalgh@arm.com> * config/aarch64/aarch64-cores.def (cortex-a35): New. diff --git a/gcc/config/visium/t-visium b/gcc/config/visium/t-visium index 46234f0..e10e22b 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 |