Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-10-07 | syscfg: Add support for {i686,x86_64}-apple-darwin. | Werner Koch | 1 | -1/+1 | |
-- Thanks to Chris Ballinger <[email protected]> for the files. Signed-off-by: Werner Koch <[email protected]> | |||||
2014-09-18 | Add new lock-obj-pub for Apple iOS. | Werner Koch | 1 | -0/+28 | |
* src/syscfg/lock-obj-pub.aarch64-apple-darwin.h: New. * src/syscfg/lock-obj-pub.arm-apple-darwin.h: New. -- Created by Chris Ballinger <[email protected]>. He also noted: When cross-compiling for arm-apple-darwin and aarch64-apple-darwin I also needed to generate these files, so here they are. I made a little iOS utility to help people generate them in case Apple adds any more architectures in the future: https://github.com/chrisballinger/gen-posix-lock-obj-iOS |