Skip to content

Commit

Permalink
Add Disassembly and LTO libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jul 2, 2011
1 parent 4e9d2dd commit 8ee5d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -10,7 +10,7 @@ OBJ_DIR=obj.$(ARCH)
# llvm Variables
LLVM_CONFIG=@llvm_config_var@
LLVM_CFLAGS=-g3 -Wall -fPIC -I`$(LLVM_CONFIG) --includedir` -DNDEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-common
LLVM_LDFLAGS=$(shell $(LLVM_CONFIG) --ldflags) `$(LLVM_CONFIG) --libs`
LLVM_LDFLAGS=$(shell $(LLVM_CONFIG) --ldflags) `$(LLVM_CONFIG) --libs` -lEnhancedDisassembly -lLTO

# Erlang Variables
ERL_TOP=@ERLANG_ROOT_DIR@
Expand Down

0 comments on commit 8ee5d2b

Please sign in to comment.