[PATCH] config/svr4.h: fix documentation

Franz Sirl Franz.Sirl-kernel@lauterbach.com
Thu May 3 02:39:00 GMT 2001


At 02:50 03.05.2001, David O'Brien wrote:
>2001-05-02  David O'Brien  <obrien@FreeBSD.org>
>
>         * config/svr4.h: Remove bad advice on how to use this file.
>
>
>Index: config/svr4.h
>===================================================================
>RCS file: /cvs/gcc/egcs/gcc/config/svr4.h,v
>retrieving revision 1.23
>diff -u -r1.23 svr4.h
>--- svr4.h      2000/02/26 20:24:45     1.23
>+++ svr4.h      2001/05/03 00:49:49
>@@ -26,13 +26,12 @@
>         ?????svr4.h
>
>     where ????? is replaced by the name of the basic hardware that you
>-   are targeting for.  Then, in the file ?????svr4.h, put something
>-   like:
>+   are targeting for.  Then, in config.gcc specify file ?????svr4.h followed
>+   by svr4.h.  Something like:
>
>-       #include "?????.h"
>-       #include "svr4.h"
>+       tm_file="${tm_file} ?????.h svr4.h ?????svr4.h"

Well, if you are fixing that, do it correctly:

+       tm_file="${tm_file} svr4.h ?????/svr4.h"

and mention that tm_file is already set to ?????/?????.h at this point.

Franz.



More information about the Gcc-patches mailing list