Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config update the comment above L...



details:   https://anonhg.NetBSD.org/src/rev/4081ac07c583
branches:  trunk
changeset: 460860:4081ac07c583
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Nov 06 10:42:00 2019 +0000

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

diffstat:

 external/gpl3/gcc/dist/gcc/config/netbsd.h |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (19 lines):

diff -r 1ed33b7c2f94 -r 4081ac07c583 external/gpl3/gcc/dist/gcc/config/netbsd.h
--- a/external/gpl3/gcc/dist/gcc/config/netbsd.h        Wed Nov 06 09:10:50 2019 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/netbsd.h        Wed Nov 06 10:42:00 2019 +0000
@@ -99,13 +99,9 @@
    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:                  \



Home | Main Index | Thread Index | Old Index