Browse Source

Adding date fix by @vigaskola in #792 and compiler specification fix by @ericfode #797

Signed-off-by: Álvaro Jurado <elbingmiss@gmail.com>
Álvaro Jurado 6 years ago
parent
commit
e305202d97
2 changed files with 3 additions and 1 deletions
  1. 1 1
      README.md
  2. 2 0
      bootstrap.sh

+ 1 - 1
README.md

@@ -29,7 +29,7 @@ Take a look at our [Contribution Guide](https://github.com/Harvey-OS/harvey/blob
 
 #### v0.1
 
-_Last updated_: 10th Dec, 2018
+_Last updated_: 10th Dec, 2017
 
 |   Status    | Milestone                                              | Goals |      ETA      |
 | :---------: | :----------------------------------------------------- | :---: | :-----------: |

+ 2 - 0
bootstrap.sh

@@ -13,6 +13,8 @@ mkdir -p tmp
 cat <<EOF
 # We support RISC-V, but the default is x86_64 (which we call amd64 for historical reasons):
 export ARCH=amd64
+# You also need to export your C compiler flavor (gcc, clang, gcc-7...)
+export CC=gcc
 # And build:
 ./util/build
 # See \`build -h' for more information on the build tool.