diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-17 10:54:13 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-17 10:54:13 +0000 |
commit | 228eae6e54e6f35bbd4cae9a5a883a498513077f (patch) | |
tree | 3a720e335cfcc5ccde0334f47914bdee2dd23a93 /gcc/config/visium | |
parent | 5478f5dd033c902eefe64920324df91f35b424b0 (diff) | |
download | gcc-228eae6e54e6f35bbd4cae9a5a883a498513077f.tar.gz |
* config/visium/t-visium (MULTILIB_OPTIONS): Add muser-mode.
(MULTILIB_DIRNAMES): Adjust accordingly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230459 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/visium')
-rw-r--r-- | gcc/config/visium/t-visium | 4 |
1 files changed, 2 insertions, 2 deletions
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 |