diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-23 11:21:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-23 11:21:50 +0000 |
commit | 6371658ceea0055d40a883d4bc795e08d800b137 (patch) | |
tree | 199adca2eeb98dfe77658d0d313c636664c50a80 | |
parent | Update to 0.5.1. (diff) |
- amd64 is not supported
Notes
Notes:
svn path=/head/; revision=87549
-rw-r--r-- | devel/m6811-binutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/m6811-binutils/Makefile b/devel/m6811-binutils/Makefile index 8afd6093b084..3eeba2d1b6e7 100644 --- a/devel/m6811-binutils/Makefile +++ b/devel/m6811-binutils/Makefile @@ -19,6 +19,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= The binutils-2.9.1 cross-toolchain for the 6811 +NOT_FOR_ARCHS= amd64 USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --target=m6811-elf \ |