aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-07-03 22:41:48 +0200
committerEugen Wissner <belka@caraus.de>2026-07-03 22:41:48 +0200
commite068da3028c1ae30741d2d1ceaca691b71830bfe (patch)
tree9ef6fb075bb0c02d7124f9a28b7983fc8cf40203 /README.md
parentb6b68b25043fc4008af6c7bfb4573593a858a9de (diff)
downloadelna-e068da3028c1ae30741d2d1ceaca691b71830bfe.tar.gz
Add a test suite for GCCHEADcpp
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 039639a..71b6a6d 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,6 @@ in the `boot/` directory.
The frontend requires GCC 15.3.0 (not tested with other versions).
-Download the GCC source. Copy the contents of this repository into `gcc/elna`
-inside GCC. Finally build GCC enabling the frontend with
-`--enable-languages=c,c++,elna`. After the installation the compiler can be
-invoked with `$prefix/bin/gelna`.
-
There is also a `Rakefile` that downloads, builds and installs GCC into the
`./build/` subdirectory. The `Rakefile` assumes that ruby and rake, as well as
all GCC dependencies are already available in the system. It works under Linux