Module Name: src Committed By: macallan Date: Thu Mar 29 08:52:31 UTC 2012
Modified Files: src/usr.bin/xlint/arch/mips64: targparam.h Log Message: XXX Don't assume LP64 unless lint itself is built as LP64 On mips64 we default to n32 which produces errors when things like TARG_LONG_MAX don't fit into a long A proper fix would be to teach lint about different target ABIs so it can pick the right parameters, this is just a bandaid to make it slightly less wrong and allow a mips64 build to complete. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/xlint/arch/mips64/targparam.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.