Skip to content

Commit

Permalink
Merge branch 'master' of github.com:keithshep/llvm-fs
Browse files Browse the repository at this point in the history
  • Loading branch information
keithshep committed Jun 16, 2012
2 parents 59f8de8 + 930750d commit a915203
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,11 @@ using a build command like:
`./configure --enable-shared --enable-jit && make && make install`.
OS X 10.6 needs more convincing to build the 32-bit libraries as required to
work with mono. The following LLVM configuration works on 10.6:
`CXX='g++ -m32' CC='gcc -m32' CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 ./configure --disable-bindings --build=i686-apple-darwin --host=i686-apple-darwin --target=i686-apple-darwin --enable-targets=x86,x86_64,cbe --enable-optimized --enable-shared --enable-jit`

CXX='g++ -m32' CC='gcc -m32' CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 ./configure \
--disable-bindings --build=i686-apple-darwin --host=i686-apple-darwin \
--target=i686-apple-darwin --enable-targets=x86,x86_64 \
--enable-optimized --enable-shared --enable-jit

## Building the llvm-fs Assembly

Expand Down

0 comments on commit a915203

Please sign in to comment.