diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-03-30 16:30:33 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-03-30 16:30:33 +0800 |
commit | 5cc04e71c86c92ab2c7b1c8846095f02cc58108a (patch) | |
tree | 236dd18ced03e5cefaff18d6ceee01c2618f983a /devel/Makefile | |
parent | f39ecc91887ac40d25b58b56c438548a459985f2 (diff) | |
download | freebsd-ports-gnome-5cc04e71c86c92ab2c7b1c8846095f02cc58108a.tar.gz freebsd-ports-gnome-5cc04e71c86c92ab2c7b1c8846095f02cc58108a.tar.zst freebsd-ports-gnome-5cc04e71c86c92ab2c7b1c8846095f02cc58108a.zip |
Converted in new layout, make portlint happy too.
This is a 6811 cross toolchain for FreeBSD.
The GNU binutils contain: as, ld, ar, objcopy, objdump and many other
utilities. The format of object files is ELF-32. The GNU Binutils support
translation to other formats such as S-records, Intel HEX records, ...
WWW: http://home.worldnet.fr/~stcarrez/m68hc11_port.html
PR: 17801
Submitted by: jake
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 dae6d7730b98..f32109a9c85d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -287,6 +287,7 @@ SUBDIR += log4cpp SUBDIR += lwp SUBDIR += m4 + SUBDIR += m6811-binutils SUBDIR += m68k-rtems-binutils SUBDIR += m68k-rtems-chill SUBDIR += m68k-rtems-g77 |