From cda46b3ce1bd826b65889e22a06ffebcd350c8d4 Mon Sep 17 00:00:00 2001 From: Scott Beamer Date: Thu, 6 Feb 2014 16:20:48 -0800 Subject: [PATCH] use --recursive to populate all submodules. with current instructions you can't run tests because riscv-tests/env isn't pulled in --- README | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README b/README index 1ae6d470..2e325570 100644 --- a/README +++ b/README @@ -2,10 +2,7 @@ Quick and dirty instructions: CHECKOUT THE CODE: - git submodule update --init - - cd riscv-tools - git submodule update --init + git submodule update --init --recursive BUILDING THE TOOLCHAIN: