summaryrefslogtreecommitdiff
path: root/devel/m6811-gcc/pkg-descr
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-08-01 19:54:21 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-08-01 19:54:21 +0000
commit59565916058e71973a6a3e694da657fed8299f54 (patch)
tree5267dd0a5daf2449da14a6dd2f1759963762c523 /devel/m6811-gcc/pkg-descr
parentUpdated checksum file, because it was out of date. (diff)
new port for gcc 2.6.3 cross compiler for MC68HC11
Notes
Notes: svn path=/head/; revision=3479
Diffstat (limited to 'devel/m6811-gcc/pkg-descr')
-rw-r--r--devel/m6811-gcc/pkg-descr37
1 files changed, 37 insertions, 0 deletions
diff --git a/devel/m6811-gcc/pkg-descr b/devel/m6811-gcc/pkg-descr
new file mode 100644
index 000000000000..69bdbbef980e
--- /dev/null
+++ b/devel/m6811-gcc/pkg-descr
@@ -0,0 +1,37 @@
+This is a 6811 cross compiler for FreeBSD.
+From the original README...
+
+ The following are some comments and instructions on the 6811 port of the
+ gnu gcc compiler done by Coactive Aesthetics.
+
+ The port was written using the GCB11 Network Microcontroller board that
+ is manufactured by Coactive Aesthetics. It was hosted on a NeXT system.
+ However, there is no assumptions and/or hardcode values within the
+ compiler which would prevent the compiler from working on any 6811 board
+ or on any host system. A port to another board would require an updated
+ crt0.s file which defines where the "pseudo" registers live in the memory
+ map and where the startup code lives. A sample crt0.s file has been
+ included as part of this release.
+
+ The rest of this readme file has some technical notes relating to the
+ port, and installation procedures that can be used in installing the
+ compiler.
+
+ Any questions, bug reports, or porting comments/questions should be sent
+ to gcc@coactive.com.
+
+ Thanks,
+
+ Otto
+
+ --
+ Otto Lind Coactive Aesthetics
+ otto@coactive.com P.O. Box 425967, San Francisco, CA 94142
+ netcom!coactive!otto voice:(415)626-5152 fax:(415)626-6320
+
+You'll probably have to edit ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3/crt0.s
+to suit your hardware.
+
+--
+eric
+erich@rrnet.com