diff options
author | Nala Ginrut <mulei@gnu.org> | 2020-04-22 19:10:25 +0800 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2020-11-27 17:06:53 +0000 |
commit | 9eb643921056cb021ae98ea9cef44cff51abe6da (patch) | |
tree | 76a8f7709efec37f5e66bbb4122bb8ba1e8c2346 | |
parent | a58bfa53081a14e127f61cbcd0143862cbfc60d1 (diff) | |
download | gcc-9eb643921056cb021ae98ea9cef44cff51abe6da.zip gcc-9eb643921056cb021ae98ea9cef44cff51abe6da.tar.gz gcc-9eb643921056cb021ae98ea9cef44cff51abe6da.tar.bz2 |
Fix typo in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,5 +29,5 @@ $ make Running the compiler itself - no need to make install ``` -$ gdb --args ./gcc/grs1 test1.rs -frust-dump-parse -dumpbase test.rs -mtune=generic -march=x86-64 -auxbase-strip test.s -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 +$ gdb --args ./gcc/rust1 test1.rs -frust-dump-parse -dumpbase test.rs -mtune=generic -march=x86-64 -auxbase-strip test.s -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 ``` |