We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b71a9 commit 3a049f3Copy full SHA for 3a049f3
lib/Target/Mico32/README
@@ -30,8 +30,9 @@ mkdir $TOPDIR/build
30
-------------------
31
mkdir $TOPDIR/build
32
33
-(cd $TOPDIR/build ; ../llvm/configure --enable-debug-runtime --prefix=/Users/jpbonn/Documents/mico32/install/)
+(cd $TOPDIR/build ; ../llvm/configure CC=gcc CXX=g++ --enable-debug-runtime --prefix=/Users/jpbonn/Documents/mico32/install/)
34
35
+The "CC=gcc CXX=g++" may be required on systems with clang installed.
36
37
3) Once configured build llvm and clang:
38
0 commit comments