summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/icu/icu/0008-Disable-LDFLAGSICUDT-for-Linux.patch
blob: c858c892a0ae106c71cb994b8ed8ec67795a361f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 82517d840fb57c1d2941ff47a0af48caf83219d1 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Sat, 15 Feb 2014 21:06:42 +0000
Subject: [PATCH] Disable LDFLAGSICUDT for Linux

Upstream-Status: Inappropriate [ OE Configuration ]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 config/mh-linux | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/mh-linux b/config/mh-linux
index 53d6780d68..b6225137e6 100644
--- a/config/mh-linux
+++ b/config/mh-linux
@@ -23,7 +23,7 @@ LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
 LD_RPATH_PRE = -Wl,-rpath,
 
 ## These are the library specific LDFLAGS
-LDFLAGSICUDT=-nodefaultlibs -nostdlib
+# LDFLAGSICUDT=-nodefaultlibs -nostdlib
 
 ## Compiler switch to embed a library name
 # The initial tab in the next line is to prevent icu-config from reading it.