diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-14 14:50:28 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-14 15:24:38 -0500 |
commit | fbc5412484424d1a061a8433d8851eae7a8473e6 (patch) | |
tree | e7cf6f77bf59e8fce3bd2ff8b1670dbca0f39c52 /TODO | |
parent | crossdev: add --show-fail-log option (diff) | |
download | crossdev-fbc5412484424d1a061a8433d8851eae7a8473e6.tar.gz crossdev-fbc5412484424d1a061a8433d8851eae7a8473e6.tar.bz2 crossdev-fbc5412484424d1a061a8433d8851eae7a8473e6.zip |
note host/target $ABI issues
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,2 +1,13 @@ - strip package.use.force (i.e. building x86_64 on x86_64 gets forced multilib) - filter /usr/CTARGET/ from revdep-rebuild #182601 + +- HOST_ABI and TARGET_ABI selection; consider: + - build a 64bit (amd64) cross-compiler which targets 32bit (x86) + - build a 64bit (amd64) cross-compiler which targets x32 + - ABI variables atm do not differentiate between host + +- package.use not getting setup correctly: +# cat /etc/portage/package.use/cross-x86_64-cros-linux-gnu +cross-x86_64-cros-linux-gnu/gdb sys-devel gdb +cross-x86_64-cros-linux-gnu/insight dev-util insight +cross-x86_64-cros-linux-gnu/binutils -selinux multilib |