diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-03-30 18:00:57 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-03-30 18:00:57 +0800 |
commit | 61e945a3da4438de96699136bbd2e6b2611118ce (patch) | |
tree | ea198f36565ce1d4765fb975adb0f3944fb5e5dd /devel/Makefile | |
parent | 768e5998b1aa224e525b4dbc2dcf7e7f27555612 (diff) | |
download | freebsd-ports-gnome-61e945a3da4438de96699136bbd2e6b2611118ce.tar.gz freebsd-ports-gnome-61e945a3da4438de96699136bbd2e6b2611118ce.tar.zst freebsd-ports-gnome-61e945a3da4438de96699136bbd2e6b2611118ce.zip |
Revived from ports/gcc11.
which was lost in the great attic-sweep.
Thanks to all the people who had a local copy of it at freefall.
- Udpate to new layout and cleaned with portlint.
- Depends on autconf
This is a 6811 cross compiler for FreeBSD.
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.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f32109a9c85d..ad899a5df9d9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -288,6 +288,7 @@ SUBDIR += lwp SUBDIR += m4 SUBDIR += m6811-binutils + SUBDIR += m6811-gcc SUBDIR += m68k-rtems-binutils SUBDIR += m68k-rtems-chill SUBDIR += m68k-rtems-g77 |