aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2019-03-22 16:58:02 -0700
committerAndrew Waterman <andrew@sifive.com>2019-03-31 17:13:50 -0700
commita5148d5a79600d40fa15d2779218df2583cf48e4 (patch)
treee5b7371c604abcf5efebb31b39ec53af6eff5217
parent1e246980a4172c7764fc4399cc2fc6ee04d01caf (diff)
downloadriscv-tools-a5148d5a79600d40fa15d2779218df2583cf48e4.zip
riscv-tools-a5148d5a79600d40fa15d2779218df2583cf48e4.tar.gz
riscv-tools-a5148d5a79600d40fa15d2779218df2583cf48e4.tar.bz2
Back out of crosstools directory after building it
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a9b710..abdd9b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,7 @@ install: travis_wait
script:
- mkdir ~/src
- curl http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-$CROSSTOOL_VERSION.tar.xz | tar -xJp
- - cd crosstool-ng-$CROSSTOOL_VERSION; ./configure --prefix=$RISCV
+ - cd crosstool-ng-$CROSSTOOL_VERSION; ./configure --prefix=$RISCV; cd ..
- make -C crosstool-ng-$CROSSTOOL_VERSION
- make -C crosstool-ng-$CROSSTOOL_VERSION install
- ct-ng riscv64-unknown-elf