aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.common3
-rw-r--r--Makefile.rules3
2 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common
index 53d064ad2c..94195ebbd0 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 53d064ad2c..94195ebbd0 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)