Skip to content

Commit

Permalink
build: Build LLVM with all targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeuneS2 committed Jul 1, 2012
1 parent 0d52d33 commit abe8cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -17,7 +17,7 @@ configure-libc:
cd tools/libc/src; ./configure_lemberg

configure-llvm:
cd tools/llvm; ./configure --target=lemberg --enable-assertions
cd tools/llvm; ./configure --enable-assertions

# Building
tools: asm libll libc llvm
Expand Down

0 comments on commit abe8cd4

Please sign in to comment.