> ifeq ($(DEB_HOST_ARCH),ppc64) > PTR64=1 > i didnt set it because ubuntu on ppc is 32bit, kernels only are 64bit. > and this make issue on libsdl too.
Please note architecture size is a different matter from pointer size. You're right for the former, whilst pointer size on ppc64 is 8 byte: http://refspecs.linuxfoundation.org/ELF/ppc64/PPC-elf64abi.html So setting PTR64=1 is right. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1598371 Title: mame 0.174 problems with input on Big Endian To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mame/+bug/1598371/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
