mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Add path and options for burg.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
735c4ce808
commit
dba59efd43
@ -34,6 +34,9 @@ install ::
|
|||||||
#LibInstDir=/usrl/local/lib/xxx
|
#LibInstDir=/usrl/local/lib/xxx
|
||||||
#DocInstDir=/usr/doc/xxx
|
#DocInstDir=/usr/doc/xxx
|
||||||
|
|
||||||
|
BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
|
||||||
|
BURG_OPTS = -I
|
||||||
|
|
||||||
#---------------------------------------------------------
|
#---------------------------------------------------------
|
||||||
# Compilation options...
|
# Compilation options...
|
||||||
#---------------------------------------------------------
|
#---------------------------------------------------------
|
||||||
@ -51,6 +54,9 @@ LibPathsO = -L $(LEVEL)/lib/Support/Release \
|
|||||||
-L $(LEVEL)/lib/CodeGen/TargetMachine/Release \
|
-L $(LEVEL)/lib/CodeGen/TargetMachine/Release \
|
||||||
-L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release
|
-L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release
|
||||||
|
|
||||||
|
## -L $(LEVEL)/lib/CodeGen/InstrSched/Release \
|
||||||
|
|
||||||
|
|
||||||
LibPathsG = $(LibPathsO:Release=Debug)
|
LibPathsG = $(LibPathsO:Release=Debug)
|
||||||
|
|
||||||
|
|
||||||
@ -62,6 +68,9 @@ LibsO = $(addsuffix /lib*.a,$(subst -L,,$(LibPathsO)))
|
|||||||
LibsG = $(addsuffix /lib*.a,$(subst -L,,$(LibPathsG)))
|
LibsG = $(addsuffix /lib*.a,$(subst -L,,$(LibPathsG)))
|
||||||
|
|
||||||
|
|
||||||
|
# Special tools used while building
|
||||||
|
RunBurg = $(BURG) $(BURG_OPTS)
|
||||||
|
|
||||||
# Enable this for profiling support with 'gprof'
|
# Enable this for profiling support with 'gprof'
|
||||||
#Prof = -pg
|
#Prof = -pg
|
||||||
|
|
||||||
|
@ -34,6 +34,9 @@ install ::
|
|||||||
#LibInstDir=/usrl/local/lib/xxx
|
#LibInstDir=/usrl/local/lib/xxx
|
||||||
#DocInstDir=/usr/doc/xxx
|
#DocInstDir=/usr/doc/xxx
|
||||||
|
|
||||||
|
BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
|
||||||
|
BURG_OPTS = -I
|
||||||
|
|
||||||
#---------------------------------------------------------
|
#---------------------------------------------------------
|
||||||
# Compilation options...
|
# Compilation options...
|
||||||
#---------------------------------------------------------
|
#---------------------------------------------------------
|
||||||
@ -51,6 +54,9 @@ LibPathsO = -L $(LEVEL)/lib/Support/Release \
|
|||||||
-L $(LEVEL)/lib/CodeGen/TargetMachine/Release \
|
-L $(LEVEL)/lib/CodeGen/TargetMachine/Release \
|
||||||
-L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release
|
-L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release
|
||||||
|
|
||||||
|
## -L $(LEVEL)/lib/CodeGen/InstrSched/Release \
|
||||||
|
|
||||||
|
|
||||||
LibPathsG = $(LibPathsO:Release=Debug)
|
LibPathsG = $(LibPathsO:Release=Debug)
|
||||||
|
|
||||||
|
|
||||||
@ -62,6 +68,9 @@ LibsO = $(addsuffix /lib*.a,$(subst -L,,$(LibPathsO)))
|
|||||||
LibsG = $(addsuffix /lib*.a,$(subst -L,,$(LibPathsG)))
|
LibsG = $(addsuffix /lib*.a,$(subst -L,,$(LibPathsG)))
|
||||||
|
|
||||||
|
|
||||||
|
# Special tools used while building
|
||||||
|
RunBurg = $(BURG) $(BURG_OPTS)
|
||||||
|
|
||||||
# Enable this for profiling support with 'gprof'
|
# Enable this for profiling support with 'gprof'
|
||||||
#Prof = -pg
|
#Prof = -pg
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user