diff options
Diffstat (limited to 'toolchain.txt')
| -rw-r--r-- | toolchain.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain.txt b/toolchain.txt index 5bb4243..c9ae101 100644 --- a/toolchain.txt +++ b/toolchain.txt @@ -24,7 +24,7 @@ Building gcc: * Create a directory named gcc-build inside the gcc directory. * Configure gcc from the gcc-build directory with the following parameters: -../gcc-<version>/configure --disable-nls --disable-libada --disable-libssp --disable-libquadmath --disable-libstdc++-v3 --disable-libgcc --target=mipsel-unknown-elf --prefix=/usr/local/mips-unknown-elf --with-float=soft --enable-languages=c,c++ --with-gnu-as --with-gnu-ld +../gcc-<version>/configure --disable-nls --disable-libada --disable-libssp --disable-libquadmath --disable-libstdc++-v3 --target=mipsel-unknown-elf --prefix=/usr/local/mipsel-unknown-elf --with-float=soft --enable-languages=c,c++ --with-gnu-as --with-gnu-ld Replace <version> with the version of gcc you downloaded. The prefix must be the same as the prefix you specified for binutils. * Run make in the same manner as you built binutils to build gcc. |
