diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-11-11 16:39:38 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-11-11 16:39:38 +0000 |
commit | 995cff4107b70f4ec5ac9a32e2be827f0ade2683 (patch) | |
tree | 65c71f05b7f8f8658932d48ae1e3a74676380b8d /lang/egcs | |
parent | 371e6b4b5ca3bcab33514c757c2d0ec4488ea1e5 (diff) |
- make build only on i386 alpha
from bento:
> Configuration sparc64-portbld-freebsd5.1 not supported
> Configuration amd64-portbld-freebsd5.1 not supported
> Configuration ia64-portbld-freebsd5.1 not supported
Notes
Notes:
svn path=/head/; revision=93744
Diffstat (limited to 'lang/egcs')
-rw-r--r-- | lang/egcs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile index 01d3f45eff5d..34f5a3aadc14 100644 --- a/lang/egcs/Makefile +++ b/lang/egcs/Makefile @@ -19,6 +19,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= EGCS enhanced version of the GNU compiler suite USE_BZIP2= yes +ONLY_FOR_ARCHS= i386 alpha .include <bsd.port.pre.mk> |