summaryrefslogtreecommitdiffstats
path: root/config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'config/README.md')
-rw-r--r--config/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/README.md b/config/README.md
index 8459b77..75e725e 100644
--- a/config/README.md
+++ b/config/README.md
@@ -32,8 +32,6 @@ An Autotools build will first use `$host_cpu`, `$host_os`, etc. to try to find a
suitable platform file in `config` to source and start checking compilers. The
code that does this is in `configure.ac` (search for `host_os`). For example,
MacOS will source the `apple` file and FreeBSD will source the `freebsd` file.
-There are a bunch of Linux files, but they all eventually invoke
-`linux-gnulibc1`.
If you dig into one of these files, the way that they check for compilers is
rather crude. Each OS script will simply source the various C, C++, and