diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-08-26 13:00:27 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-08-26 13:00:27 +0000 |
commit | 5780bcb8db3577f30cae6705c55ab6de3e16a45c (patch) | |
tree | b8592774d8007b82ba8e9433ac5c989ee218c9a5 /toolchain/gcc | |
parent | 9e4ac0159319a980a2d3c87c1cccbbc8a7c48fcd (diff) | |
download | upstream-5780bcb8db3577f30cae6705c55ab6de3e16a45c.tar.gz upstream-5780bcb8db3577f30cae6705c55ab6de3e16a45c.tar.bz2 upstream-5780bcb8db3577f30cae6705c55ab6de3e16a45c.zip |
fix typo (closes: #2275)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8492 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index d784a6084c..2c86524664 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -90,7 +90,7 @@ define Stage2/Configure --with-gnu-ld \ --disable-nls \ --disable-libmudflap \ - --disable-mutlitlib \ + --disable-multilib \ ); endef |