Created attachment 332140 [details] build.log When cross compiling font config using an x86_64 => arm compiler, the compilation of fontconfig fails. It looks like the Makefiles are using the system compiler instead of the cross compiler and doesn't respect the "--build=x86_64-pc-linux-gnu --host=armv6j-hardfloat-linux-gnueabi" given as arguments to configure. Steps to reproduce : > crossdev --k 3.2.27 --g 4.5.4 -S -v -t armv6j-hardfloat-linux-gnueabi > armv6j-hardfloat-linux-gnueabi-emerge =media-libs/fontconfig-2.8.0-r1
Created attachment 332142 [details] Output of armv6j-hardfloat-linux-gnueabi-emerge --info
This seem related to this problem : http://lists.freedesktop.org/archives/fontconfig/2010-August/003468.html
*** This bug has been marked as a duplicate of bug 284762 ***