aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMegan Wachs <megan@sifive.com>2017-03-27 12:04:52 -0700
committerMegan Wachs <megan@sifive.com>2017-03-27 12:04:52 -0700
commit9dc42210efbe7b5bca4aeb280cf1a61e9f149eae (patch)
treeb39d0ff8840a48f20a75735a0d582c5e3fe438a7
parent4f430b184ed07890cd30ad144ded6d7cb07dcdf0 (diff)
downloadriscv-tools-with_gdb.zip
riscv-tools-with_gdb.tar.gz
riscv-tools-with_gdb.tar.bz2
bump gnu toolchain to get working GDBwith_gdb
-rw-r--r--.travis.yml49
m---------riscv-gnu-toolchain0
2 files changed, 0 insertions, 49 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 9ade992..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,49 +0,0 @@
-language: cpp
-# run on new infrastructure
-sudo: false
-cache: apt
-# required packages to install
-addons:
- apt:
- sources:
- - ubuntu-toolchain-r-test
- packages:
- - gcc-4.8
- - g++-4.8
- - gperf
- - autoconf
- - automake
- - autotools-dev
- - libmpc-dev
- - libmpfr-dev
- - libgmp-dev
- - gawk
- - build-essential
- - bison
- - flex
- - texinfo
- - python-pexpect
-
-env:
- global:
- - RISCV="/home/travis/riscv_install"
- - MAKEFLAGS="-j3"
- - PATH="/home/travis/riscv_install/bin:$PATH"
-
-before_install:
- # make install destination
- - mkdir -p $RISCV
- # don't forget to clone riscv-tests/env
- - cd riscv-tests
- - git submodule update --init
- - cd ..
- # actually use new gcc
- - export CXX=g++-4.8 CC=gcc-4.8
-
-# extra time duing long builds
-install: travis_wait
-
-script:
- - ./build.sh
- #- cd riscv-tests/build
- #- make debug-check
diff --git a/riscv-gnu-toolchain b/riscv-gnu-toolchain
-Subproject 2490d7caf46cc4a84e267315534a2242e9a86b2
+Subproject 8b16c6123d3dc9642ceeaa6ad371f494d597087