Fix typo in README.md

This commit is contained in:
Philip Herron 2020-12-07 09:34:53 +00:00 committed by Philip Herron
parent 21d0a20c77
commit cef34bd730
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ $ ../gccrs/configure --prefix=$HOME/gccrs-install --disable-bootstrap --enable-m
$ make
```
Running the compiler itself without make install we can simply imvoke the compiler proper:
Running the compiler itself without make install we can simply invoke the compiler proper:
```
$ gdb --args ./gcc/rust1 test.rs -frust-dump-parse -Warray-bounds -dumpbase test.rs -mtune=generic -march=x86-64 -O0 -version -fdump-tree-gimple -o test.s -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64