Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
ndk
Commits
7fbcda2b
Commit
7fbcda2b
authored
11 years ago
by
Andrew Hsieh
Browse files
Options
Download
Email Patches
Plain Diff
Corrected ld.mcld symlink
Change-Id: I5d6eb035cbece3f39be529eacc10f0f203c8f51d
parent
e738b72d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
build/tools/deploy-host-mcld.sh
build/tools/deploy-host-mcld.sh
+7
-1
No files found.
build/tools/deploy-host-mcld.sh
View file @
7fbcda2b
...
...
@@ -97,7 +97,13 @@ for SYSTEM in $SYSTEMS; do
LD_NOEXE
=
${
LD
%%.exe
}
LD_MCLD
=
${
LD_NOEXE
}
.mcld
$HOST_EXE
run
rm
-f
"
$LD_MCLD
"
run
ln
-s
"
$MCLD
"
"
$LD_MCLD
"
if
[
"
$LD_NOEXE
"
!=
"
${
LD_NOEXE
%%/ld
}
"
]
;
then
# ld in $ABI/bin/ld
run
ln
-s
"../../../../../../
$MCLD
"
"
$LD_MCLD
"
else
# ld in bin/$ABI-ld
run
ln
-s
"../../../../../
$MCLD
"
"
$LD_MCLD
"
fi
ALL_LD_MCLDS
=
$ALL_LD_MCLDS
"
$LD_MCLD
"
done
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment