summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/mpw/README
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-12-04 15:15:07 +0000
committerobrien <obrien@FreeBSD.org>2002-12-04 15:15:07 +0000
commit91f47f293a334517686a4f9330706abaa13430e5 (patch)
tree2d28fafa58d5258a639ec5d19c9c05bc40a6ccda /contrib/gcc/config/mpw/README
parent3863f249f2b86c3c411f8cf5a17558af9c08e742 (diff)
parentef3bb1318428b8cfb1c8287f61b9b1f23f9bf0b5 (diff)
downloadFreeBSD-src-91f47f293a334517686a4f9330706abaa13430e5.zip
FreeBSD-src-91f47f293a334517686a4f9330706abaa13430e5.tar.gz
This commit was generated by cvs2svn to compensate for changes in r107588,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/gcc/config/mpw/README')
-rw-r--r--contrib/gcc/config/mpw/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/gcc/config/mpw/README b/contrib/gcc/config/mpw/README
new file mode 100644
index 0000000..554700a
--- /dev/null
+++ b/contrib/gcc/config/mpw/README
@@ -0,0 +1,23 @@
+This directory contains MPW scripts and related files that are needed to
+build Cygnus GNU tools for MPW. The scripts should be somewhere on the
+command path; our usual practice has been to have a separate directory
+for the scripts, and put the tools (byacc, flex, and sed at least) there
+also; then it's easier to drag the support bits around as a group, or to
+upgrade MPW versions. The complete package of scripts and tool binaries
+is usually available as pub/mac/buildtools.cpt.hqx on ftp.cygnus.com.
+
+"tr-7to8-src" is actually the source to an MPW script that transforms
+sequences like "\Option-d" into the actual 8-bit chars that MPW needs.
+It's only the source because it can't itself include any 8-bit chars.
+It *can* be processed into a genuine "tr-7to8" by using itself:
+
+ tr-7to8 tr-7to8-src | sed -e 's/Src//' >new-tr-7to8
+
+Use this to verify:
+
+ compare tr-7to8 new-tr-7to8
+
+If you don't have a working tr-7to8, then you will have to manually
+replace all occurrences of "\Option-d" with real Option-d (which looks
+like a delta), then do similarly with all the other "\Option-..."
+strings, and then change "\SrcOption-d" into the string "\Option-d".
OpenPOWER on IntegriCloud