diff --git a/Makefile.common b/Makefile.common index 53d064ad2c8..94195ebbd01 100644 --- a/Makefile.common +++ b/Makefile.common @@ -49,8 +49,7 @@ LibPathsO = -L $(LEVEL)/lib/Support/Release \ -L $(LEVEL)/lib/Optimizations/Release \ -L $(LEVEL)/lib/CodeGen/InstrSelection/Release \ -L $(LEVEL)/lib/CodeGen/TargetMachine/Release \ - -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release \ - -L $(LEVEL)/lib/LLC/Release + -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release LibPathsG = $(LibPathsO:Release=Debug) diff --git a/Makefile.rules b/Makefile.rules index 53d064ad2c8..94195ebbd01 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -49,8 +49,7 @@ LibPathsO = -L $(LEVEL)/lib/Support/Release \ -L $(LEVEL)/lib/Optimizations/Release \ -L $(LEVEL)/lib/CodeGen/InstrSelection/Release \ -L $(LEVEL)/lib/CodeGen/TargetMachine/Release \ - -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release \ - -L $(LEVEL)/lib/LLC/Release + -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release LibPathsG = $(LibPathsO:Release=Debug)