diff options
author | Mingjie Xing <xmj@gcc.gnu.org> | 2012-05-11 01:43:26 +0000 |
---|---|---|
committer | Mingjie Xing <xmj@gcc.gnu.org> | 2012-05-11 01:43:26 +0000 |
commit | 8edbbbc395d24c15153a469c2a3a6394cc107517 (patch) | |
tree | 9146c06b577ee492365ccab2b23070d57779386c /gcc | |
parent | 7eabddf0692b8a39ae44005f694a8f3170ddceb3 (diff) | |
download | gcc-8edbbbc395d24c15153a469c2a3a6394cc107517.zip gcc-8edbbbc395d24c15153a469c2a3a6394cc107517.tar.gz gcc-8edbbbc395d24c15153a469c2a3a6394cc107517.tar.bz2 |
Fix misspelled macro in t-vxworks.
From-SVN: r187392
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/t-vxworks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/t-vxworks b/gcc/config/mips/t-vxworks index ac2fa9d..4884735 100644 --- a/gcc/config/mips/t-vxworks +++ b/gcc/config/mips/t-vxworks @@ -32,4 +32,4 @@ MULTILIB_EXCEPTIONS = mips3* mabi=o64 fPIC \ $(addprefix mabi=o64/, EL* msoft-float* mrtp* fPIC*) \ $(addsuffix /fPIC, *mabi=o64 *mips3 *EL *msoft-float) -MUTLILIB_EXTRA_OPTS = -G 0 -mno-branch-likely +MULTILIB_EXTRA_OPTS = -G 0 -mno-branch-likely |