commit | 7c9daf41a77770ea381ac26cb7bed7ce7eabe95e | [log] [tgz] |
---|---|---|
author | Eli Bendersky <[email protected]> | Wed Apr 23 16:59:01 2014 -0700 |
committer | Eli Bendersky <[email protected]> | Wed Apr 23 16:59:01 2014 -0700 |
tree | 10c3209fb460b44770b95f4c5f3c5f974f46bce9 | |
parent | 80d4838daee237cc25d59e017f5b59be060ccdc9 [diff] [blame] |
Clarify README about using gcc/clang -E as cpp. In relation to #32.
diff --git a/README.rst b/README.rst index 5a4e637..4bb48dd 100644 --- a/README.rst +++ b/README.rst
@@ -130,6 +130,9 @@ <http://www.cs.princeton.edu/software/lcc/>`_, and is provided under LCC's license terms. +Note also that you can use ``gcc -E`` or ``clang -E`` instead of ``cpp``. See +the ``using_gcc_E_libc.py`` example for more details. + What about the standard C library headers? ------------------------------------------