diff options
author | Malte Starostik <m-starostik@versanet.de> | 2010-07-18 22:16:49 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-18 22:46:06 +0200 |
commit | ed0d45fdd4b140484d6488deabca69a9088a43ca (patch) | |
tree | ab9090921c67fe9aaab6ac72bc9e60adf47a03a5 /target/generic/target_skeleton/etc/group | |
parent | 0383d48a5e61db900171ae74d4d2dfe30c420d04 (diff) | |
download | buildroot-novena-ed0d45fdd4b140484d6488deabca69a9088a43ca.tar.gz buildroot-novena-ed0d45fdd4b140484d6488deabca69a9088a43ca.zip |
Choose host/target ldconfig based on availability
Decide whether to use the host or target ldconfig based on an
availability check instead of internal/external toolchain selection. An
external toolchain may very well provide an ldconfig while the host's
one may fail.
External toolchain generated by Gentoo crossdev:
$ LC_ALL=C i686-pc-linux-uclibc-ldconfig -r output/target/; echo $?
i686-pc-linux-uclibc-ldconfig: skipping /usr/lib: No such file or directory
0
vs. the host (x86_64-pc-linux-gnu) version:
$ LC_ALL=C /sbin/ldconfig -r output/target/; echo $?
/sbin/ldconfig: Can't open configuration file
output/target/etc/ld.so.conf: No such file or directory
/sbin/ldconfig: Can't open cache file /var/cache/ldconfig/aux-cache
: No such file or directory
1
Signed-off-by: Malte Starostik <m-starostik@versanet.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/generic/target_skeleton/etc/group')
0 files changed, 0 insertions, 0 deletions