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
rockchip_bionic
Commits
1307831b
Commit
1307831b
authored
9 years ago
by
Dan Willemsen
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Download
Plain Diff
Merge "Fix Soong mips builds"
parents
2576ce94
e4f486ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
libc/Android.bp
libc/Android.bp
+9
-2
No files found.
libc/Android.bp
View file @
1307831b
...
...
@@ -113,12 +113,19 @@ cc_defaults {
cflags: ["-DUSE_DLMALLOC"],
},
},
// Clang/llvm has incompatible long double (fp128) for x86_64.
// https://llvm.org/bugs/show_bug.cgi?id=23897
arch: {
// Clang/llvm has incompatible long double (fp128) for x86_64.
// https://llvm.org/bugs/show_bug.cgi?id=23897
x86_64: {
clang: false,
},
// b/25291096, Clang/llvm compiled libc.so for mips/mips64 failed to boot.
mips: {
clang: false,
},
mips64: {
clang: false,
},
},
stl: "none",
...
...
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