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

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 195 to Rev 196
    Reverse comparison

Rev 195 → Rev 196

/openrisc/trunk/gnu-src/bld.sh
1,9 → 1,11
#!/bin/bash
 
# Copyright (C) 2009 Embecosm Limited
# Copyright (C) 2009, 2010 Embecosm Limited
# Copyright (C) 2010 ORSoC AB
 
# Contributor Joern Rennecke <joern.rennecke@embecosm.com>
# Contributor Jeremy Bennett <jeremy.bennett@embecosm.com>
# Contributor Julius Baxter <julius.baxter@orsoc.se>
 
# This file is a script to build key elements of the OpenRISC tool chain
 
58,17 → 60,17
 
# Parse options
 
# --force: Ensure the unified source directory and build directory are
# recreated.
# --prefix: Specify the install directory
# --scdir: Specify the unified source directory
# --builddir: Specify the build directory
# --or1ksim: Specify the or1ksim installation directory
# --with-newlib:Build newlib
# --nolink: Don't build the unified source directory
# --noconfig: Don't run configure
# --noinstall: Don't run install
# --help: List these options and exit
# --force: Ensure the unified source directory and build directory are
# recreated.
# --prefix: Specify the install directory
# --scdir: Specify the unified source directory
# --builddir: Specify the build directory
# --or1ksim: Specify the or1ksim installation directory
# --with-newlib: Build newlib
# --nolink: Don't build the unified source directory
# --noconfig: Don't run configure
# --noinstall: Don't run install
# --help: List these options and exit
doforce="false";
nolink="false";
noconfig="false";
75,7 → 77,7
noinstall="false";
newlibconfigure=; # Default is without!
newlibmake=;
installnewlib=;
newlibinstall=;
until
opt=$1
case ${opt}
103,10 → 105,11
or1ksim_dir=$2;
shift;
;;
 
--with-newlib)
newlibconfigure="--with-newlib";
newlibmake="all-target-newlib all-target-libgloss";
installnewlib="install-target-newlib install-target-libgloss";
newlibinstall="install-target-newlib install-target-libgloss";
;;
--nolink)

powered by: WebSVN 2.1.0

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