toolchain: glibc ldd env path fixup
authorChen Minqiang <ptpt52@gmail.com>
Wed, 17 Apr 2019 12:00:49 +0000 (20:00 +0800)
committerJo-Philipp Wich <jo@mein.io>
Thu, 18 Jun 2020 18:08:18 +0000 (20:08 +0200)
commita57fb86d6a28c5292ca2ee50f2b5ec8e49c844ec
treea95eee1459a7ef977f7d28b07cd4a51c2ab11a73
parentc5bf9a8ced6567c6bd9da63c6ff4c4f2f87207fd
toolchain: glibc ldd env path fixup

This replace the shell script header of ldd
when it install to `/usr/bin/ldd` where
`#! /..../staging_dir/host/bin/bash`
should be
`#!/bin/sh`

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
package/libs/toolchain/Makefile