Merge "Clean up obsolete libm makefile cruft."
This commit is contained in:
commit
4bc95c0f30
|
@ -1,6 +1,3 @@
|
||||||
// ANDROIDMK TRANSLATION ERROR: unsupported conditional
|
|
||||||
// ifneq ($(TARGET_USE_PRIVATE_LIBM),true)
|
|
||||||
|
|
||||||
bionic_coverage = false
|
bionic_coverage = false
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -522,13 +519,6 @@ cc_library {
|
||||||
"-Wno-uninitialized",
|
"-Wno-uninitialized",
|
||||||
"-Wno-unknown-pragmas",
|
"-Wno-unknown-pragmas",
|
||||||
"-fvisibility=hidden",
|
"-fvisibility=hidden",
|
||||||
|
|
||||||
// Workaround the GCC "(long)fn -> lfn" optimization bug which will result in
|
|
||||||
// self recursions for lrint, lrintf, and lrintl.
|
|
||||||
// BUG: 14225968
|
|
||||||
"-fno-builtin-rint",
|
|
||||||
"-fno-builtin-rintf",
|
|
||||||
"-fno-builtin-rintl",
|
|
||||||
],
|
],
|
||||||
conlyflags: ["-std=gnu11"],
|
conlyflags: ["-std=gnu11"],
|
||||||
|
|
||||||
|
@ -541,6 +531,3 @@ cc_library {
|
||||||
},
|
},
|
||||||
stl: "none",
|
stl: "none",
|
||||||
}
|
}
|
||||||
|
|
||||||
// ANDROIDMK TRANSLATION ERROR: endif from unsupported contitional
|
|
||||||
// endif
|
|
||||||
|
|
Loading…
Reference in New Issue