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

Subversion Repositories openrisc_me

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/gnu-src
    from Rev 189 to Rev 190
    Reverse comparison

Rev 189 → Rev 190

/bld.sh
24,6 → 24,7
unified_src=srcw
build_dir=bld-or32
install_dir=/opt/or32-elf-new
or1ksim_dir=/opt/or1ksim-new
 
# Sanity check!
case ${unified_src} in
62,6 → 63,7
# --prefix: Specify the install directory
# --scdir: Specify the unified source directory
# --builddir: Specify the build directory
# --or1ksim: Specify the or1ksim installation directory
# --nolink: Don't build the unified source directory
# --noconfig: Don't run configure
# --noinstall: Don't run install
94,6 → 96,11
shift;
;;
 
--or1ksim)
or1ksim_dir=$2;
shift;
;;
--nolink)
nolink="true";
;;
115,6 → 122,7
echo " --prefix <dir>: Specify the install directory"
echo " --scdir <dir: Specify the unified source directory"
echo " --builddir <dir>: Specify the build directory"
echo " --or1ksim <dir>: Specify the Or1ksim installation directory"
echo " --nolink Don't build the unified source directory"
echo " --noconfig Don't run configure"
echo " --noinstall Don't run install"
216,7 → 224,7
../${unified_src}/configure --target=or32-elf \
--with-pkgversion="OpenRISC 32-bit toolchain (built `date +%Y%m%d`)" \
--with-bugurl=http://www.opencores.org/ \
--with-or1ksim=/opt/or1ksim-new \
--with-or1ksim=${or1ksim_dir} \
--with-newlib \
--enable-fast-install=N/A --disable-libssp \
--enable-languages=c --prefix=${install_dir}

powered by: WebSVN 2.1.0

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