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.

23 lines
758 B

  1. From 0c82d6aa02c08e41b13c83b14782bd7024e25d59 Mon Sep 17 00:00:00 2001
  2. From: Khem Raj <raj.khem@gmail.com>
  3. Date: Sat, 15 Feb 2014 21:06:42 +0000
  4. Subject: [PATCH] Disable LDFLAGSICUDT for Linux
  5. Upstream-Status: Inappropriate [ OE Configuration ]
  6. Signed-off-by: Khem Raj <raj.khem@gmail.com>
  7. ---
  8. source/config/mh-linux | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. --- a/config/mh-linux
  11. +++ b/config/mh-linux
  12. @@ -23,7 +23,7 @@ LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
  13. LD_RPATH_PRE = -Wl,-rpath,
  14. ## These are the library specific LDFLAGS
  15. -LDFLAGSICUDT=-nodefaultlibs -nostdlib
  16. +# LDFLAGSICUDT=-nodefaultlibs -nostdlib
  17. ## Compiler switch to embed a library name
  18. # The initial tab in the next line is to prevent icu-config from reading it.