diff options
author | lekernel <lekernel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-01 11:52:12 +0000 |
---|---|---|
committer | lekernel <lekernel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-01 11:52:12 +0000 |
commit | fc887755f7f79fd3c8889ccebbf6cea231adf5a3 (patch) | |
tree | 70ae6fa53746bdd740beb9ffeacc038df1468a88 /gcc/config/lm32 | |
parent | dfcd2be24f3a316e651c94cea3fd80bdb2c30c62 (diff) | |
download | gcc-fc887755f7f79fd3c8889ccebbf6cea231adf5a3.tar.gz |
PR gcc/46692
* config/lm32/t-lm32: Add multilib for all CPU options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169473 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/lm32')
-rw-r--r-- | gcc/config/lm32/t-lm32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/lm32/t-lm32 b/gcc/config/lm32/t-lm32 index ebe377314dc..ec9a18b73a7 100644 --- a/gcc/config/lm32/t-lm32 +++ b/gcc/config/lm32/t-lm32 @@ -1,2 +1,2 @@ # for multilib -MULTILIB_OPTIONS = mmultiply-enabled mbarrel-shift-enabled +MULTILIB_OPTIONS = mbarrel-shift-enabled mmultiply-enabled mdivide-enabled msign-extend-enabled |