Skip to content

Commit

Permalink
use CCOMP=gcc in c/dsls/Makefile as well as c/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 22, 2015
1 parent 0b45ff3 commit 493f306
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
2 changes: 2 additions & 0 deletions c/todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ TOP OF LIST
----------------------------------------------------------------
little:

* keystroke-saver for tsvlite i/o

* comma-number -- using locale?

* make it clear in the docs this is at present a purely ASCII tool. (unless by
Expand Down
18 changes: 5 additions & 13 deletions doc/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,19 +140,11 @@
href="http://valgrind.org/">valgrind</a> for detection of memory leaks and
runtime memory-access errors.

<p/>I&rsquo;ve also used <b>clang</b> on MacOS Yosemite. To use <tt>clang</tt>, I simply did

<p/>
<div class="pokipanel">
<pre>
make -C c -e CCOMP=clang
</pre>
</div>
<p/>

Alternatively, one may edit <tt>c/Makefile</tt> and change <tt>CCOMP=gcc</tt>
to <tt>CCOMP=clang</tt>. (If you encounter issues I haven&rsquo;t, please open an issue
at <a href="https://github.com/johnkerl/miller">https://github.com/johnkerl/miller</a>.)
<p/>I&rsquo;ve also used <b>clang</b> on MacOS Yosemite. To use <tt>clang</tt>,
one may edit <tt>c/Makefile</tt> as well as <tt>c/dsls/Makefile</tt> and change
<tt>CCOMP=gcc</tt> to <tt>CCOMP=clang</tt>. (If you encounter issues I
haven&rsquo;t, please open an issue at <a
href="https://github.com/johnkerl/miller">https://github.com/johnkerl/miller</a>.)

<p/><boldmaroon>Required external dependencies</boldmaroon>: These are necessary to produce the <tt>mlr</tt>
executable.
Expand Down
12 changes: 5 additions & 7 deletions doc/content-for-build.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@
href="http://valgrind.org/">valgrind</a> for detection of memory leaks and
runtime memory-access errors.

<p/>I&rsquo;ve also used <b>clang</b> on MacOS Yosemite. To use <tt>clang</tt>, I simply did

POKI_CARDIFY(make -C c -e CCOMP=clang)HERE

Alternatively, one may edit <tt>c/Makefile</tt> and change <tt>CCOMP=gcc</tt>
to <tt>CCOMP=clang</tt>. (If you encounter issues I haven&rsquo;t, please open an issue
at <a href="https://github.com/johnkerl/miller">https://github.com/johnkerl/miller</a>.)
<p/>I&rsquo;ve also used <b>clang</b> on MacOS Yosemite. To use <tt>clang</tt>,
one may edit <tt>c/Makefile</tt> as well as <tt>c/dsls/Makefile</tt> and change
<tt>CCOMP=gcc</tt> to <tt>CCOMP=clang</tt>. (If you encounter issues I
haven&rsquo;t, please open an issue at <a
href="https://github.com/johnkerl/miller">https://github.com/johnkerl/miller</a>.)

<p/><boldmaroon>Required external dependencies</boldmaroon>: These are necessary to produce the <tt>mlr</tt>
executable.
Expand Down

0 comments on commit 493f306

Please sign in to comment.