From 228eae6e54e6f35bbd4cae9a5a883a498513077f Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Tue, 17 Nov 2015 10:54:13 +0000 Subject: [PATCH] * 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 --- gcc/ChangeLog | 5 +++++ gcc/config/visium/t-visium | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7616daeb0190..773692c6f726 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 46234f05b78b..e10e22b3cb53 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 -- 2.47.3