Module Name:    src
Committed By:   mrg
Date:           Wed Nov  6 10:42:00 UTC 2019

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config: netbsd.h

Log Message:
update the comment above LIB_SPEC to remove 2 wrong things we fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/external/gpl3/gcc/dist/gcc/config/netbsd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config/netbsd.h
diff -u src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.32 src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.33
--- src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.32	Wed Oct  2 02:54:34 2019
+++ src/external/gpl3/gcc/dist/gcc/config/netbsd.h	Wed Nov  6 10:42:00 2019
@@ -99,13 +99,9 @@ along with GCC; see the file COPYING3.  
    1. Select the appropriate set of libs, depending on whether we're
       profiling.
 
-   2. Include the pthread library if -pthread is specified (only
-      if threads are enabled).
+   2. Include the pthread library if -pthread is specified.
 
-   3. Include the posix library if -posix is specified.
-
-   FIXME: Could eliminate the duplication here if we were allowed to
-   use string concatenation.  */
+   3. Include the posix library if -posix is specified. */
 
 #define NETBSD_LIB_SPEC		\
   "%{pthread:			\

Reply via email to