Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562524 - sys-devel/binutils-config: dwp symlink is left after cross binutils removal
Summary: sys-devel/binutils-config: dwp symlink is left after cross binutils removal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-08 07:24 UTC by Alexander Tsoy
Modified: 2015-10-16 03:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Tsoy 2015-10-08 07:24:47 UTC
After "crossdev -C armv6j-hardfloat-linux-gnueabi":

$ ls -l /usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/dwp
lrwxrwxrwx 1 root root 77 May 17 14:35 /usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/dwp -> /usr/x86_64-pc-linux-gnu/armv6j-hardfloat-linux-gnueabi/binutils-bin/2.24/dwp

fix is trivial:

--- binutils-config     2015-10-01 20:04:07.123485778 +0300
+++ binutils-config     2015-10-08 10:23:37.953932027 +0300
@@ -228,7 +228,7 @@ uninstall_target() {
 
        local x
        for x in \
-               addr2line ar as c++filt elf2flt elfedit flthdr gprof \
+               addr2line ar as c++filt dwp elf2flt elfedit flthdr gprof \
                ld ld.{bfd,gold,real} \
                nm objcopy objdump ranlib readelf size strings strip
        do