From e068da3028c1ae30741d2d1ceaca691b71830bfe Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 3 Jul 2026 22:41:48 +0200 Subject: Add a test suite for GCC --- README.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3