* Matthias Klose | Tollef Fog Heen schrieb: | | > i686 is fine with me, but I suspect the cputable change will then be | > slightly wrong as it will affect i386 too? | | that's why I'm asking. Currently dpkg-architecture behaves like: | | $ dpkg-architecture -alpia | dpkg-architecture: warning: Unknown gcc system type i686-linux-gnulp, falling | back to default (native compilation) | WAS: i686-linux-gnuDEB_BUILD_ARCH=i386 | DEB_BUILD_ARCH_OS=linux | DEB_BUILD_ARCH_CPU=i386 | DEB_BUILD_GNU_CPU=i486 | DEB_BUILD_GNU_SYSTEM=linux-gnu | DEB_BUILD_GNU_TYPE=i486-linux-gnu | DEB_HOST_ARCH=lpia | DEB_HOST_ARCH_OS=linux | DEB_HOST_ARCH_CPU=i686 | DEB_HOST_GNU_CPU=i686 | DEB_HOST_GNU_SYSTEM=linux-gnulp | DEB_HOST_GNU_TYPE=i686-linux-gnulp
This looks fine to me. | and for i386: | | $ dpkg-architecture -ai386 | dpkg-architecture: warning: Unknown gcc system type i686-linux-gnulp, falling | back to default (native compilation) | WAS: i686-linux-gnuDEB_BUILD_ARCH=i386 | DEB_BUILD_ARCH_OS=linux | DEB_BUILD_ARCH_CPU=i386 | DEB_BUILD_GNU_CPU=i486 | DEB_BUILD_GNU_SYSTEM=linux-gnu | DEB_BUILD_GNU_TYPE=i486-linux-gnu | DEB_HOST_ARCH=i386 | DEB_HOST_ARCH_OS=linux | DEB_HOST_ARCH_CPU=i386 | DEB_HOST_GNU_CPU=i486 | DEB_HOST_GNU_SYSTEM=linux-gnu | DEB_HOST_GNU_TYPE=i486-linux-gnu So does this. | Is it really necessary to use "gnulp" in the GNU triplet? It's new, and *should* | not break anything because usually everything following linux-* is ignored. We need to differentiate the GNU triplet at least one place, so yes, it's necessary to use -gnulp. | The current GCC packages pick up the triplet provided by dpkg-architecture and | configure --with-tune=i586 if the debian architecture is lpia. Ok, thanks. Just to verify, those are in the archive now and we can then start bootstrapping? -- Tollef Fog Heen UNIX is user friendly, it's just picky about who its friends are -- Ubuntu-mobile mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
