summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-01 07:24:11 +0000
committerobrien <obrien@FreeBSD.org>1999-11-01 07:24:11 +0000
commit548c47820eee486208f4ab541bb68832e76cf424 (patch)
tree4ad04823760b0a24051a5415270a55128b24464b /contrib
parent5d8884be5badf8f64f2efd3ca2af66267c5c2630 (diff)
downloadFreeBSD-src-548c47820eee486208f4ab541bb68832e76cf424.zip
FreeBSD-src-548c47820eee486208f4ab541bb68832e76cf424.tar.gz
Describe how I did this.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libstdc++/FREEBSD-upgrade18
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/libstdc++/FREEBSD-upgrade b/contrib/libstdc++/FREEBSD-upgrade
new file mode 100644
index 0000000..137023e
--- /dev/null
+++ b/contrib/libstdc++/FREEBSD-upgrade
@@ -0,0 +1,18 @@
+# ex:ts=8
+$FreeBSD$
+
+For the import of libstdc++, files were pruned by:
+
+ tar xvypf gcc-2.95.1.tar.bz2 '*/libobjc'
+
+Then imported by:
+ cvs -d /home/ncvs import -m "Virgin import of GCC 2.95.2's libstdc++" \
+ src/contrib/libstdc++ FSF gcc_2_95_2
+
+To make local changes to libstdc++, simply patch and commit to the main
+branch (aka HEAD). Never make local changes on the vendor (FSF) branch.
+
+All local changes should be submitted to "gcc-patches@gcc.gnu.org".
+
+obrien@NUXI.com
+31-October-1999
OpenPOWER on IntegriCloud