Re: Ports cross-compiling

2012-11-14 Thread Chris Rees
On 5 September 2012 07:40, Alexander Yerenkow wrote: > Hello all. > I'm currently trying to make poudriere cross compile some ports for arm > arch. > I'm using such command (as example): > > env TARGET=arm TARGET_ARCH=armv6 TARGET_CPUARCH=armv6 > PATH=/usr/obj/arm.armv6/usr/src/tmp/usr/bin:${PATH}

Ports cross-compiling

2012-09-04 Thread Alexander Yerenkow
Hello all. I'm currently trying to make poudriere cross compile some ports for arm arch. I'm using such command (as example): env TARGET=arm TARGET_ARCH=armv6 TARGET_CPUARCH=armv6 PATH=/usr/obj/arm.armv6/usr/src/tmp/usr/bin:${PATH} CONFIGURE_HOST=amd64 STRIP_CMD=true make PKGNAMESUFFIX=-arm WRKDIR