diff options
author | sam <sam@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-30 10:26:24 +0000 |
---|---|---|
committer | sam <sam@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-30 10:26:24 +0000 |
commit | cf842d6a840aed9fa429fe6826c832eb9f960ce8 (patch) | |
tree | 2997512557b4a416dede61a47b68671c4974935a /gcc/config/lm32 | |
parent | 7893460cc6087ea8a9d23296d79834deb0ebb2f1 (diff) | |
download | gcc-cf842d6a840aed9fa429fe6826c832eb9f960ce8.tar.gz |
2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
gcc/
* config/lm32/t-lm32: New file.
* config.gcc: Use the above file when targetting lm32.
libgcc/
* config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157817 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/lm32')
-rw-r--r-- | gcc/config/lm32/t-lm32 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/lm32/t-lm32 b/gcc/config/lm32/t-lm32 new file mode 100644 index 00000000000..ebe377314dc --- /dev/null +++ b/gcc/config/lm32/t-lm32 @@ -0,0 +1,2 @@ +# for multilib +MULTILIB_OPTIONS = mmultiply-enabled mbarrel-shift-enabled |