Adding PORTING notes.
authorMark Wong <markwkm@gmail.com>
Sat, 11 Oct 2008 00:54:50 +0000 (17:54 -0700)
committerMark Wong <markwkm@gmail.com>
Sat, 11 Oct 2008 00:54:50 +0000 (17:54 -0700)
PORTING [new file with mode: 0644]

diff --git a/PORTING b/PORTING
new file mode 100644 (file)
index 0000000..98d22f4
--- /dev/null
+++ b/PORTING
@@ -0,0 +1,4 @@
+To see declarations made by the gcc compiler, can be useful for determining
+platform specific declartions:
+
+    gcc -dM -E - < /dev/null