rust: now shipping a gdb helper and no lldb helper

This commit is contained in:
Cody P Schafer
2015-02-12 15:35:02 -05:00
parent 08ef1628e1
commit beadb56e97
+1 -1
View File
@@ -345,7 +345,7 @@ rust_do_install () {
# we're using a custom bindir, do it ourselves.
chmod +x "${D}/${bindir}/rustc"
chmod +x "${D}/${bindir}/rustdoc"
chmod +x "${D}/${bindir}/rust-lldb"
chmod +x "${D}/${bindir}/rust-gdb"
# Install our custon target.json files
local td="${D}${libdir}/rustlib/"