From: Mingjie Xing Date: Fri, 11 May 2012 01:43:26 +0000 (+0000) Subject: Fix misspelled macro in t-vxworks. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8edbbbc395d24c15153a469c2a3a6394cc107517;p=gcc.git Fix misspelled macro in t-vxworks. From-SVN: r187392 --- diff --git a/gcc/config/mips/t-vxworks b/gcc/config/mips/t-vxworks index ac2fa9d9f38..488473595d3 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