Sources Bugzilla – Bug 4255
libunwind needs to be built for multiple platforms.
Last modified: 2007-12-17 11:45:02 UTC
directories have to be created for each platform we support. I.e. mkdir -p libunwind-i386 cd libunwind-i386 $srcdir/libunwind/configure --target=i386-unknown-linux-gnu this target is in frysk-imports/configure.ac but is currently not working.
libunwind is now build for x86, x86_64, ppc and ppc64.