Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to build gdbserver for target that does not require libstdc++.so #761

Merged
merged 1 commit into from Jun 17, 2017

Conversation

nyetwurk
Copy link

Workaround for issue #753

Before:

# ldd /usr/bin/gdbserver 
        libdl.so.2 => /lib/libdl.so.2 (0x400dc000)
        libstdc++.so.6 => /lib/libstdc++.so.6 (0x400ef000)
        libm.so.6 => /lib/libm.so.6 (0x4027c000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4007b000)
        libc.so.6 => /lib/libc.so.6 (0x40341000)
        /lib/ld-linux.so.3 (0x4004a000)

After:

# ldd /usr/bin/gdbserver
        libdl.so.2 => /lib/libdl.so.2 (0x401e0000)
        libm.so.6 => /lib/libm.so.6 (0x400f7000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x401f3000)
        libc.so.6 => /lib/libc.so.6 (0x40223000)
        /lib/ld-linux.so.3 (0x400c4000)

@stilor stilor merged commit fae66ae into crosstool-ng:master Jun 17, 2017
@nyetwurk nyetwurk deleted the PR-2-nyet branch June 19, 2017 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants