diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-11-29 04:10:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-11-29 04:10:55 +0000 |
commit | 301071f84ec9963f745fc4f5b7fcf52a955d3c80 (patch) | |
tree | 36cea73e82d42bea3df7ad8f16b4ffacae8f4542 /devel/psptoolchain-gcc-stage1 | |
parent | 964b46623c166a535e0e8a498da44fb9381d100b (diff) | |
download | ports-301071f84ec9963f745fc4f5b7fcf52a955d3c80.tar.gz ports-301071f84ec9963f745fc4f5b7fcf52a955d3c80.zip |
Notes
Diffstat (limited to 'devel/psptoolchain-gcc-stage1')
-rw-r--r-- | devel/psptoolchain-gcc-stage1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/psptoolchain-gcc-stage1/Makefile b/devel/psptoolchain-gcc-stage1/Makefile index e827393250b8..0286f4bd5ac1 100644 --- a/devel/psptoolchain-gcc-stage1/Makefile +++ b/devel/psptoolchain-gcc-stage1/Makefile @@ -16,6 +16,8 @@ PKGNAMESUFFIX?= -stage1 MAINTAINER= tphilipp@potion-studios.com COMMENT= PlayStation Portable development toolchain ${PORTNAME} +ONLY_FOR_ARCHS= amd64 i386 + PSP_GCC_STAGE_PREFIX= psp/stage1 BUILD_DEPENDS+= psp-addr2line:${PORTSDIR}/devel/psptoolchain-binutils \ |