From 42accd5de442d4e94f047ecd7efe84b4a4c89de7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 6 Nov 2014 18:01:04 -0800 Subject: [PATCH] manual/installing: remove compiler-rt download instructions --- doc/manual/installing.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 9bed789e8..3620f3dcd 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -82,12 +82,6 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC Build the bitstream and copy it to one of the folders above. -* Download compiler-rt: :: - - $ cd ~/artiq-dev - $ svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt - $ export CRTDIR=~/artiq-dev/compiler-rt - * Download MiSoC: :: $ cd ~/artiq-dev