Compilation impossible using TARGET_ARCH=i386

2011-09-16 Thread Benjamin Stier
Hello everyone, I try to compile packages for older i386 on an amd64 machine. On the amd64 I use a chroot into an i386-world. I then compile ports using make ARCH=i386 TARGET_ARCH=i386 BATCH=yes install There are some ports where this doesn't work. Here's the list I found: dns/adns lang/lua

Re: Compilation impossible using TARGET_ARCH=i386

2011-09-16 Thread Chris Rees
On 16 September 2011 13:47, Benjamin Stier benjamin.st...@ub.uni-tuebingen.de wrote: Hello everyone, I try to compile packages for older i386 on an amd64 machine. On the amd64 I use a chroot into an i386-world. I then compile ports using make ARCH=i386 TARGET_ARCH=i386 BATCH=yes install