[Buildroot] [PATCH 5/6] mark odd strip invocations

Peter Korsgaard jacmet at uclibc.org
Wed Oct 7 07:51:15 UTC 2009


>>>>> "Olaf" == Olaf Rempel <razzor at kopf-tisch.de> writes:

 Olaf> Yep, it works 100%.
 Olaf> Target is a i586 automated partition-imaging tool build with gcc 4.3.3, 
 Olaf> binutils 2.19.1, uclibc 0.9.31.1 and using BR2_STRIP_sstrip (if that matters).

OK, on a related note why do we need all this special install handling?
The ntfs-3g buildsystem seems to do the right thing on make install*,
E.G. with all those lines removed I have:

find -name \*ntfs\*|xargs file                         /tmp/br/target
./sbin/mount.ntfs-3g:           broken symbolic link to `/usr/bin/ntfs-3g'
./usr/lib/libntfs-3g.so:        symbolic link to `libntfs-3g.so.52.0.0'
./usr/lib/libntfs-3g.so.52:     symbolic link to `libntfs-3g.so.52.0.0'
./usr/lib/libntfs-3g.so.52.0.0: ELF 32-bit MSB shared object, PowerPC or cisco 4500, version 1 (SYSV), dynamically linked, with unknown capability 0x41000000 = 0x11676e75, with unknown capability 0x10000 = 0x90401, stripped
./usr/bin/ntfs-3g.probe:        ELF 32-bit MSB executable, PowerPC or cisco 4500, version 1 (SYSV), dynamically linked (uses shared libs), with unknown capability 0x41000000 = 0x11676e75, with unknown capability 0x10000 = 0x90401, stripped
./usr/bin/ntfs-3g:              ELF 32-bit MSB executable, PowerPC or cisco 4500, version 1 (SYSV), dynamically linked (uses shared libs), with unknown capability 0x41000000 = 0x11676e75, with unknown capability 0x10000 = 0x90401, stripped

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list