OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc
    from Rev 187 to Rev 188
    Reverse comparison

Rev 187 → Rev 188

/trunk/gnu-src/bld.sh
110,18 → 110,23
echo "Usage: sh bld.sh [options]"
echo ""
echo "Options:"
echo " --force Ensure the unified source directory and build"
echo " directory are recreated."
echo " --prefix: Specify the install directory"
echo " --scdir: Specify the unified source directory"
echo " --builddir: Specify the build directory"
echo " --nolink Don't build the unified source directory"
echo " --noconfig Don't run configure"
echo " --noinstall Don't run install"
echo " --help List these options and exit"
echo " --force Ensure the unified source directory and"
echo " build directory are recreated."
echo " --prefix <dir>: Specify the install directory"
echo " --scdir <dir: Specify the unified source directory"
echo " --builddir <dir>: Specify the build directory"
echo " --nolink Don't build the unified source directory"
echo " --noconfig Don't run configure"
echo " --noinstall Don't run install"
echo " --help List these options and exit"
exit 0
;;
 
--*)
echo "unrecognized option \"$1\""
exit 1
;;
 
*)
opt=""
;;

powered by: WebSVN 2.1.0

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