6018ae6f721fbe317275a4c6ebc90b1b104b0c55
[oota-llvm.git] / Makefile.config
1 #===-- Makefile.config - Local configuration for LLVM ------*- makefile -*--====
2 #
3 # This file is included by Makefile.common.  It defines paths and other
4 # values specific to a particular installation of LLVM.
5 #===-----------------------------------------------------------------------====
6
7 # Current working directory, used below
8
9 # Path to directory where object files should be stored during a build.
10 # Set LLVM_OBJ_DIR to "." if you do not want to use a separate place for
11 # object files.
12
13 #LLVM_OBJ_DIR = .
14 LLVM_OBJ_DIR = /localhome/$(shell whoami)
15
16 # Path to executable for Burg
17
18 BURG = $(LEVEL)/utils/Burg/burg
19
20 # Path to location for purify
21
22 PURIFY = /usr/dcs/applications/purify/bin/purify
23
24 # Path to location for LLVM front-end
25
26 LLVMGCCDIR = /home/vadve/lattner/cvs/gcc_install_x86
27
28 # Path to the C++ compiler to use.  Under linux, for some reason the compiler
29 # driver wants to search the PATH to find the system assembler, which breaks if
30 # the LLVM assembler is in our path.  Hack it to use the assembler in /usr/bin
31 # directly.
32 #
33 CXX = PATH=/usr/bin /usr/dcs/software/evaluation/bin/g++