aboutsummaryrefslogtreecommitdiff
path: root/devel/m6811-gcc/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/m6811-gcc/pkg-descr')
-rw-r--r--devel/m6811-gcc/pkg-descr26
1 files changed, 6 insertions, 20 deletions
diff --git a/devel/m6811-gcc/pkg-descr b/devel/m6811-gcc/pkg-descr
index e7e4121a3a6a..377351a2eb9b 100644
--- a/devel/m6811-gcc/pkg-descr
+++ b/devel/m6811-gcc/pkg-descr
@@ -1,22 +1,8 @@
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.
-
- Any questions, bug reports, or porting comments/questions should be sent
- to gcc@coactive.com.
-
- Thanks,
- Otto
-
-You'll probably have to edit ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3/crt0.s
-to suit your hardware.
---
-erich@freebsd.org
+The C, C++ compiler is based on the GCC 2.95.2 release. The M68HC1x port is
+based on an old port of GCC for 68HC11 made by Otto Lind. However, it was
+intensively modified to generate smaller and faster code. It was enhanced
+to support 32-bits and 64-bits integers. The support for IEEE floating point
+numbers (32 and 64-bits) is also provided. Source level debugging is available
+with DWARF-2 debugging format.