Source-Changes-HG archive

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

[src/trunk]: src/doc Add a "Location" line for all three versions of gcc. Ex...



details:   https://anonhg.NetBSD.org/src/rev/6ef615fd39b9
branches:  trunk
changeset: 328514:6ef615fd39b9
user:      apb <apb%NetBSD.org@localhost>
date:      Sat Apr 05 11:18:03 2014 +0000

description:
Add a "Location" line for all three versions of gcc.  Explain why both
gcc.old and gcc trees are expected to persist in the future.  Briefly
describe how to import a new version of gcc.old.

diffstat:

 doc/3RDPARTY |  14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r b73c4f89df9e -r 6ef615fd39b9 doc/3RDPARTY
--- a/doc/3RDPARTY      Sat Apr 05 11:15:57 2014 +0000
+++ b/doc/3RDPARTY      Sat Apr 05 11:18:03 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: 3RDPARTY,v 1.1104 2014/04/03 15:35:55 wiz Exp $
+#      $NetBSD: 3RDPARTY,v 1.1105 2014/04/05 11:18:03 apb Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -376,9 +376,19 @@
 Mailing List:  gcc-bugs%gnu.org@localhost
 Responsible:   thorpej, mrg
 License:       GPLv3, LGPLv3.1
+Location:      gnu/dist/gcc4
+Location:      external/gpl3/gcc.old/dist
 Location:      external/gpl3/gcc/dist
 Notes:
-before importing:
+As of April 2014, there are three versions of gcc in the NetBSD tree.
+In the long term, we expect that there will often be two versions,
+in the "gcc" and "gcc.old" directories.  Having two versions allows
+migration from one version of gcc to another to happen for one port
+at a time, instead of for all ports simultaneously.
+When importing a new version of external/gpl3/gcc.old:
+       - copy the current version of external/gpl3/gcc
+       - import it to a "NETBSD" vendor branch in externalgpl3/gcc.old
+Before importing a new version of external/gpl3/gcc:
        - delete all .cvsignore and .gitignore files
        - delete java ada fortran their libraries and testsuites
        - delete libffi zlib boehm-gc 



Home | Main Index | Thread Index | Old Index