Merge pull request #135 from riscv/fuller_build

Build OpenOCD the way we expect users to build it.
This commit is contained in:
Tim Newsome 2017-11-01 10:54:52 -07:00 committed by GitHub
commit 40c97cc476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ matrix:
- gcc-multilib - gcc-multilib
script: script:
- ./bootstrap && ./configure && make - ./bootstrap && ./configure --enable-remote-bitbang --enable-jtag_vpi && make
- file src/openocd - file src/openocd