using binutils-2.19

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@287 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-01-24 17:17:42 +00:00
parent 2c59e2959f
commit 342de5f159
+4 -4
View File
@@ -1,11 +1,11 @@
# ---------------------------------------------------------------
# 1. Binutils bauen und installieren
# ---------------------------------------------------------------
> tar -xzf binutils-2.18.tar.gz
> mkdir binutils-2.18_build
> cd binutils-2.18_build
> tar -xzf binutils-2.19.tar.gz
> mkdir binutils-2.19_build
> cd binutils-2.19_build
> ../binutils-2.18/configure --target=mipsel-elf --prefix=/usr/local
> ../binutils-2.19/configure --target=mipsel-elf --prefix=/usr/local
> make
> make install