Skip to content

Commit

Permalink
Update ravi-jit-libgccjit.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Aug 13, 2015
1 parent d35f161 commit cc7bc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/ravi-jit-libgccjit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ I built gcc 5.2 from source as follows.

On Mac OSX Yosemite
-------------------
It appears that the `HomeBrew <http://brew.sh/>`_ project supports creating the ``libgccjit 5.2`` library. However the default formula doesn't quite work and needs to be patched for libgccjit to work properly. A patched formula can be found at `here <https://github.com/dibyendumajumdar/ravi/blob/master/patches/gcc.rb>`_. To use the patches version edit the gcc formula and copy the patched version. After that following should build and install gcc 5.2 including the JIT library::
It appears that the `HomeBrew <http://brew.sh/>`_ project supports creating the ``libgccjit 5.2`` library. However the default formula doesn't quite work and needs to be patched for libgccjit to work properly. A patched formula can be found at `here <https://github.com/dibyendumajumdar/ravi/blob/master/patches/gcc.rb>`_. To use the patched version edit the gcc formula and copy the patched version. After that following should build and install gcc 5.2 including the JIT library::

brew install gcc --with-jit --without-multilib
Expand Down

0 comments on commit cc7bc7a

Please sign in to comment.