Source-Changes-HG archive

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

[src/trunk]: src/tools/gcc add a comment saying this is for GCC 4.8



details:   https://anonhg.NetBSD.org/src/rev/2ca1039260d7
branches:  trunk
changeset: 343171:2ca1039260d7
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jan 24 05:02:23 2016 +0000

description:
add a comment saying this is for GCC 4.8

diffstat:

 tools/gcc/mknative-gcc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 07742c1b4144 -r 2ca1039260d7 tools/gcc/mknative-gcc
--- a/tools/gcc/mknative-gcc    Sun Jan 24 02:41:56 2016 +0000
+++ b/tools/gcc/mknative-gcc    Sun Jan 24 05:02:23 2016 +0000
@@ -1,9 +1,10 @@
 #!/bin/sh
-#      $NetBSD: mknative-gcc,v 1.81 2015/01/31 08:50:01 mrg Exp $
+#      $NetBSD: mknative-gcc,v 1.82 2016/01/24 05:02:23 mrg Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of gcc.
 #
+# This version is for GCC 4.8.
 
 # initialise
 



Home | Main Index | Thread Index | Old Index