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.

28 lines
849 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. diff --git a/config/mh-linux b/config/mh-linux
  11. index 366f0cc..2689aab 100644
  12. --- a/config/mh-linux
  13. +++ b/config/mh-linux
  14. @@ -23,7 +23,7 @@ LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
  15. LD_RPATH_PRE = -Wl,-rpath,
  16. ## These are the library specific LDFLAGS
  17. -LDFLAGSICUDT=-nodefaultlibs -nostdlib
  18. +# LDFLAGSICUDT=-nodefaultlibs -nostdlib
  19. ## Compiler switch to embed a library name
  20. # The initial tab in the next line is to prevent icu-config from reading it.
  21. --
  22. 1.7.10.4