Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xproto: fix compilation with x32 toolchain | Nitin A Kamble | 2011-12-05 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Don't always define LONG64 for AMD64 X32 defines __amd64__/amd64 with 32bit long. We should simply check __LP64__ before defining LONG64 without checking __amd64__/amd64. This fixes compilation with x32 toolchain. Signed-Off-By: H.J. Lu <hjl.tools@gmail.com> Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/12/1 (From OE-Core rev: 3678341326ca1011c3b61d29cb21ed67cda04b88) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | xproto: upgrade from 7.0.21 to 7.0.22 | Dexuan Cui | 2011-08-17 | 1 | -0/+19 |
(From OE-Core rev: 8f80adf492226af775487e9224d4892a5f9c72a3) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |