I have made quite alot of progress on sparc32 T2 Linux. Openssl needs sparc v7 or v8 to have -m32 not -mv8 in the sparc patch as it isn't recognised by the compiler -m32 should be correct although probably redundant. Also the machine_arch for the toolchain should be sparc not sparcv8 as that causes gcc to fail. Optimization for sparcv8 should still work so I don't see any issue with that. So the tuple ends up being sparc-t2-linux-gnu instead of sparcv8-t2-linux-gnu which is a problem I rand into 3 years ago I believe I was rather glad to finally figure it out.
I'm currently working on apr-utils. I had to update the apr-utils cross-bdb.patch for updated bdb versions as it was attempting to -ldb-4.4 didn't work when -ldb-4.8 should have been selected.. I I just extended that patch accordingly and that part seemed ok. I'll send it in sometime this weekend. Now it fails to find /usr/share/build-1/libtool I believe it may not be getting redirected to the chroot as my system doesn't have that file in that directory. It is in the build directly though so I may have to jump on IRC late one night when I can get in contact to try and figure out how to fix it. -Chase Rayfield ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
