aboutsummaryrefslogtreecommitdiff
path: root/build.common
diff options
context:
space:
mode:
authorChristopher Celio <celio@eecs.berkeley.edu>2014-06-03 12:40:02 -0700
committerChristopher Celio <celio@eecs.berkeley.edu>2014-06-03 12:40:02 -0700
commit7b4c379b937668b544fad8d986067d644b4bd48a (patch)
tree6837a472a08c1549a7bec42616b2077fd6e9405f /build.common
parent626fb602bdb8b097a7be67f961ec2c785e25db11 (diff)
downloadriscv-tools-7b4c379b937668b544fad8d986067d644b4bd48a.zip
riscv-tools-7b4c379b937668b544fad8d986067d644b4bd48a.tar.gz
riscv-tools-7b4c379b937668b544fad8d986067d644b4bd48a.tar.bz2
Incremented the number of arguments build.common can handle.
Diffstat (limited to 'build.common')
-rw-r--r--build.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.common b/build.common
index b5685cd..cb46121 100644
--- a/build.common
+++ b/build.common
@@ -24,7 +24,7 @@ function build_project {
mkdir -p $1/build
cd $1/build
echo "Configuring project $1"
- ../configure $2 $3 $4 > build.log
+ ../configure $2 $3 $4 $5 $6 > build.log
echo "Building project $1"
make -j$JOBS >> build.log
echo "Installing project $1"