sl.ostapenko@samsung.com
395cb1cd18
Fix "No such file or directory" error in sysroot_ld_path.sh if ld.so.conf include pattern doesn't match any file.
...
Sometimes ld.so.conf has pattern include like "include ld.so.conf.d/*.conf",
but there is no files that match pattern. In this case "for" loop in process_ld_so_conf
function fails with error "No such file or directory".
This patch uses "ls" to check that pattern matches at least one file.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/19044004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@214230 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-29 21:51:23 +00:00
thestig@chromium.org
25e58180d3
Fix a missing redirect to /dev/null in build/linux/sysroot_ld_path.sh.
...
BUG=none
TEST=Linux ARM Cross Compile works.
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/12578028
git-svn-id: http://src.chromium.org/svn/trunk/src/build@189921 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-22 22:10:15 +00:00
thestig@chromium.org
c741917e94
Add library paths and rlink-paths for directories in the sysroot. (try 2)
...
TEST=Cross compiling with ld.bfd works.
Review URL: https://codereview.chromium.org/12941005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@189765 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-22 05:26:15 +00:00
wjia@chromium.org
a82269cce7
Revert 188895 "Add library paths and rlink-paths for directories..."
...
It broke ChromeOS (http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28amd64%29/builds/7235/steps/BuildTarget/logs/stdio )
> Add library paths and rlink-paths for directories in the sysroot.
>
> NOTRY=true
> TEST=Cross compiling with ld.bfd works.
>
> Review URL: https://chromiumcodereview.appspot.com/12674012
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/12700030
git-svn-id: http://src.chromium.org/svn/trunk/src/build@188904 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-19 01:39:56 +00:00
thestig@chromium.org
d5bfc6c460
Add library paths and rlink-paths for directories in the sysroot.
...
NOTRY=true
TEST=Cross compiling with ld.bfd works.
Review URL: https://chromiumcodereview.appspot.com/12674012
git-svn-id: http://src.chromium.org/svn/trunk/src/build@188895 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-19 00:52:16 +00:00