SOURCES: uClibc-toolchain-wrapper.patch - gnu hash is your friend
baggins
baggins at pld-linux.org
Sat Mar 14 02:09:34 CET 2009
Author: baggins Date: Sat Mar 14 01:09:33 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- gnu hash is your friend
---- Files affected:
SOURCES:
uClibc-toolchain-wrapper.patch (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SOURCES/uClibc-toolchain-wrapper.patch
diff -u SOURCES/uClibc-toolchain-wrapper.patch:1.9 SOURCES/uClibc-toolchain-wrapper.patch:1.10
--- SOURCES/uClibc-toolchain-wrapper.patch:1.9 Sat Jan 10 19:52:01 2009
+++ SOURCES/uClibc-toolchain-wrapper.patch Sat Mar 14 02:09:27 2009
@@ -534,7 +534,7 @@
+ }
+
+ if (linking && source_count) {
-+ gcc_argv[i++] = "-Wl,--hash-style=sysv";
++ gcc_argv[i++] = "-Wl,--hash-style=gnu";
+#if defined __HAVE_ELF__ && ! defined __UCLIBC_HAS_MMU__
+ gcc_argv[i++] = "-Wl,-elf2flt";
+#endif
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/uClibc-toolchain-wrapper.patch?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list