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

Subversion Repositories zipcpu

[/] [zipcpu/] [trunk/] [sw/] [gas-script.sh] - Diff between revs 202 and 206

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

Rev 202 Rev 206
Line 36... Line 36...
if [[ ! -d $VERSION-zip/ ]]
if [[ ! -d $VERSION-zip/ ]]
then
then
  tar -xjf ./$VERSION.tar.bz2 --transform s,$VERSION,$VERSION-zip,
  tar -xjf ./$VERSION.tar.bz2 --transform s,$VERSION,$VERSION-zip,
  if [[ -e gas-zippatch.patch ]]
  if [[ -e gas-zippatch.patch ]]
  then
  then
 
    cd $VERSION-zip
    patch -p1 <../gas-zippatch.patch
    patch -p1 <../gas-zippatch.patch
    cd ..
    cd ..
  else
  else
    echo "ZipCPU binutils patch not found"
    echo "ZipCPU binutils patch not found"
  fi
  fi

powered by: WebSVN 2.1.0

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