Il giorno sab, 07/08/2010 alle 19.32 +0300, Markos Chandras ha scritto: > > It seems like few of our fellow developers don't know how to track > down > packages that don't respect LDFLAGS. Adding -Wl,--hash-style=gnu is a > good way > to do that. I would like to see this linker flag enabled by default on > LDFLAGS > (or at least for the dev/ profiles for now). Do you agree? > It really depends on which glibc the profiles have been using:
- >= 2.5 -> force --hash-style=gnu, reduced link time and smaller files; - < 2.5 -> force --hash-style=sysv, as above, but gnu would make lose the hash entirely. Somebody who works with uclibc should let us know which one of the two is actually supported by which uclibc. > -- Diego Elio Pettenò — “Flameeyes” http://blog.flameeyes.eu/ If you found a .asc file in this mail and know not what it is, it's a GnuPG digital signature: http://www.gnupg.org/
