OpenCores
URL https://opencores.org/ocsvn/zipcpu/zipcpu/trunk

Subversion Repositories zipcpu

[/] [zipcpu/] [trunk/] [sw/] [gas-script.sh] - Diff between revs 103 and 111

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 103 Rev 111
Line 1... Line 1...
#!/bin/bash
#!/bin/bash
 
 
if [[ ! -d binutils-2.25 ]]
if [[ ! -d binutils-2.25 ]]
then
then
  tar -xvjf ./binutils-2.25.tar.bz2
  tar -xjf ./binutils-2.25.tar.bz2
  cd binutils-2.25
  cd binutils-2.25
  patch -p1 <../binutils-2.25.patch
  patch -p1 <../binutils-2.25.patch
  cd ..
  cd ..
fi
fi
 
 
Line 24... Line 24...
        --with-lib-path=${INSTALL_BASE}/tools/lib               \
        --with-lib-path=${INSTALL_BASE}/tools/lib               \
        --disable-nls --disable-static --disable-multilib       \
        --disable-nls --disable-static --disable-multilib       \
        --enable-gold=yes --enable-plugins --enable-threads     \
        --enable-gold=yes --enable-plugins --enable-threads     \
        --disable-werror
        --disable-werror
 
 
make
 
make install
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.