Skip to content

Commit 3a049f3

Browse files
committedMar 27, 2012
Added configure arguments.
1 parent 85b71a9 commit 3a049f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎lib/Target/Mico32/README

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ mkdir $TOPDIR/build
3030
-------------------
3131
mkdir $TOPDIR/build
3232

33-
(cd $TOPDIR/build ; ../llvm/configure --enable-debug-runtime --prefix=/Users/jpbonn/Documents/mico32/install/)
33+
(cd $TOPDIR/build ; ../llvm/configure CC=gcc CXX=g++ --enable-debug-runtime --prefix=/Users/jpbonn/Documents/mico32/install/)
3434
-------------------
35+
The "CC=gcc CXX=g++" may be required on systems with clang installed.
3536

3637
3) Once configured build llvm and clang:
3738
-------------------

0 commit comments

Comments
 (0)
Please sign in to comment.