aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index fb2191d4a0..bdeb028388 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -334,8 +334,8 @@ LinkP := $(Link) -O3 -L$(PROJLIBPROFILESOURCE) -L$(LLVMLIBPROFILESOURCE) $(PR
# e.g. usage TOOLLINKOPTSB = -L/home/xxx/lib
ifdef TOOLLINKOPTSB
LinkG := $(LinkG) $(TOOLLINKOPTSB)
-LinkO := $(LinkG) $(TOOLLINKOPTSB)
-LinkP := $(LinkG) $(TOOLLINKOPTSB)
+LinkO := $(LinkO) $(TOOLLINKOPTSB)
+LinkP := $(LinkP) $(TOOLLINKOPTSB)
endif
# Create one .o file from a bunch of .o files...