diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-06-19 09:29:05 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-06-19 09:29:05 +0000 |
commit | 6bf4417261bf36746ee8a465352c9ceb1040aa4d (patch) | |
tree | 22ce7bd0da7ae0f5f7ceba165787384208485ce3 /llvm/docs/Projects.rst | |
parent | f0d91f3beb01013952086c5626f8988bf755cdca (diff) | |
download | bcm5719-llvm-6bf4417261bf36746ee8a465352c9ceb1040aa4d.tar.gz bcm5719-llvm-6bf4417261bf36746ee8a465352c9ceb1040aa4d.zip |
Put flag names on one line.
llvm-svn: 158715
Diffstat (limited to 'llvm/docs/Projects.rst')
-rw-r--r-- | llvm/docs/Projects.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/Projects.rst b/llvm/docs/Projects.rst index 7f431efb4bd..5935aeb9377 100644 --- a/llvm/docs/Projects.rst +++ b/llvm/docs/Projects.rst @@ -290,8 +290,7 @@ Note that ``LIBS`` must occur in the Makefile after the inclusion of Miscellaneous Variables ----------------------- -``CFLAGS`` -``CPPFLAGS`` +``CFLAGS`` & ``CPPFLAGS`` This variable can be used to add options to the C and C++ compiler, respectively. It is typically used to add options that tell the compiler |