aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Herron <philip.herron@embecosm.com>2021-01-22 14:44:32 +0000
committerGitHub <noreply@github.com>2021-01-22 14:44:32 +0000
commitbe10fafbb6e06aeb8a818e404ac512f2f1bfce30 (patch)
treeda027913913652d8c5e4dea417fa83456c83e1e6
parent93b991e60438c7fb939a4cc8df737e6f7a142c07 (diff)
downloadgcc-be10fafbb6e06aeb8a818e404ac512f2f1bfce30.zip
gcc-be10fafbb6e06aeb8a818e404ac512f2f1bfce30.tar.gz
gcc-be10fafbb6e06aeb8a818e404ac512f2f1bfce30.tar.bz2
Add warning to the README
The compiler is not ready to compile real rust programs, yet this will warn potential users.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7e8fd83..e0c8fe7 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@
# GCC Rust
![GCC Rust](logo.png?raw=true "GCC rust Logo")
+Please note, the compiler is in a very early stage and not usable yet for compiling real rust programs.
+
gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal
to become fully upstream with the GNU toolchain.