You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
729 B
31 lines
729 B
6 years ago
|
From 10342e6b600858b091bc7771e454d9e06af06410 Mon Sep 17 00:00:00 2001
|
||
|
From: Khem Raj <raj.khem@gmail.com>
|
||
|
Date: Thu, 2 Nov 2017 18:20:57 +0800
|
||
|
Subject: [PATCH] Add CC tag to build
|
||
|
|
||
|
Add CC tag to build
|
||
|
|
||
|
Upstream-Status: Pending
|
||
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||
|
Signed-off-by: Dengke Du <dengke.du@windriver.com>
|
||
|
---
|
||
|
Makefile.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/Makefile.in b/Makefile.in
|
||
|
index 9560a95..d444bd6 100644
|
||
|
--- a/Makefile.in
|
||
|
+++ b/Makefile.in
|
||
|
@@ -330,7 +330,7 @@ LIBCURRENT = @LIBCURRENT@
|
||
|
LIBOBJS = @LIBOBJS@
|
||
|
LIBREVISION = @LIBREVISION@
|
||
|
LIBS = @LIBS@
|
||
|
-LIBTOOL = @LIBTOOL@
|
||
|
+LIBTOOL = @LIBTOOL@ --tag CC
|
||
|
LIPO = @LIPO@
|
||
|
LN_S = @LN_S@
|
||
|
LTLIBOBJS = @LTLIBOBJS@
|
||
|
--
|
||
|
2.7.4
|
||
|
|