Skip to content

Commit

Permalink
Read Makefile.config before using LLVMGCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Neustifter committed Aug 28, 2009
1 parent 6493798 commit 1c29357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/libprofile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
##===----------------------------------------------------------------------===##

LEVEL = ../..
include $(LEVEL)/Makefile.config

ifneq ($(wildcard $(LLVMGCC)),)
BYTECODE_LIBRARY = 1
endif
Expand Down

0 comments on commit 1c29357

Please sign in to comment.