Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mach_override.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 2115af1..7032b95 100644
--- a/README.markdown
+++ b/README.markdown
@@ -6,6 +6,36 @@ mach_override enables you to override ("patch") program- and system-supplied fun
Please base your work off the unstable branch. After making your changes please re-run `rake` to ensure it compiles cleanly and the tests pass. Then submit your Pull Request.
+## TODO
+
+* Test the entire matrix, not just the current ARCH that `gcc` defaults to:
+
+<table>
+ <tr>
+ <th>CC</th> <th>ARCH</th>
+ </tr>
+ <tr>
+ <td>gcc</td> <td>ppc</td>
+ </tr>
+ <tr>
+ <td>clang</td> <td>ppc</td>
+ </tr>
+ <tr>
+ <td>gcc</td> <td>i386</td>
+ </tr>
+ <tr>
+ <td>clang</td> <td>i386</td>
+ </tr>
+ <tr>
+ <td>gcc</td> <td>x86_64</td>
+ </tr>
+ <tr>
+ <td>clang</td> <td>x86_64</td>
+ </tr>
+</table>
+
+Obviously ppc can only be tested on ppc Macs or on 10.5 and 10.6 (Rosetta-supporting) Intel Macs.
+
## Version History
### mach_override 1.2: Thu Aug 9 2012