[pushed] wwwdocs: projects/beginner: Remove traces of Interix

Message ID 20230204203329.F1A8933E56@hamza.pair.com
State Unresolved
Headers
Series [pushed] wwwdocs: projects/beginner: Remove traces of Interix |

Checks

Context Check Description
snail/gcc-patch-check warning Git am fail log

Commit Message

Gerald Pfeifer Feb. 4, 2023, 8:33 p.m. UTC
  I ran into this by chance and found there are probably quite a bit 
more parts of https://gcc.gnu.org/projects/beginner.html that should 
be removed.

Any volunteers to have a look? (Jeff, maybe you can help trim this a bit?)

Gerald
---
 htdocs/projects/beginner.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
  

Patch

diff --git a/htdocs/projects/beginner.html b/htdocs/projects/beginner.html
index 0cefb562..83efbd86 100644
--- a/htdocs/projects/beginner.html
+++ b/htdocs/projects/beginner.html
@@ -718,9 +718,7 @@  them is in six categories:</p>
 
   <li><p>Things that belong in a <code>tm.h</code> or
       <code>t-<var>target</var></code> file.  E.g. <code>x-linux</code>
-      has no business saying not to run fixproto,
-      <code>xm-interix.h</code> has no business specifying how to run
-      global constructors.</p></li>
+      has no business saying not to run fixproto.</p></li>
 
   <li><p>System category assertions, which should be replaced by feature
       checks, but we have to do work in machine-independent code