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

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /or1k
    from Rev 1774 to Rev 1775
    Reverse comparison

Rev 1774 → Rev 1775

/trunk/toolchain_script/MOF_ORSOC_TCHN_v5a_or32-elf.sh
89,7 → 89,8
 
## A function we'll call throughout the setup process to check if the previous
## command finished without error
function check_exit_code {
check_exit_code()
{
if [ $? -ne 0 ]
then
echo
/trunk/toolchain_script/MOF_ORSOC_TCHN_v5b_or32-elf.sh
91,7 → 91,8
 
## A function we'll call throughout the setup process to check if the previous
## command finished without error
function check_exit_code {
check_exit_code()
{
if [ $? -ne 0 ]
then
echo

powered by: WebSVN 2.1.0

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