diff options
author | Philip Herron <philip.herron@embecosm.com> | 2020-12-07 09:34:53 +0000 |
---|---|---|
committer | Philip Herron <herron.philip@googlemail.com> | 2020-12-07 10:13:16 +0000 |
commit | cef34bd730d80b4664d8633e2cc27a64c5cae246 (patch) | |
tree | ca4aac2b43be2c1985dac503286a3e455e55dd1a | |
parent | 21d0a20c773d099e3dd928e5c1880ea6dd453b1f (diff) | |
download | gcc-cef34bd730d80b4664d8633e2cc27a64c5cae246.zip gcc-cef34bd730d80b4664d8633e2cc27a64c5cae246.tar.gz gcc-cef34bd730d80b4664d8633e2cc27a64c5cae246.tar.bz2 |
Fix typo in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |