commit | 735119f8efcd1ce8689703fe455e39f2146b0b3e | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@nexantic.com> | Thu Mar 11 00:30:01 2021 +0100 |
committer | Lorenz Brun <lorenz@nexantic.com> | Thu Mar 11 00:30:01 2021 +0100 |
tree | 40fd14c0a07c12974d01d67997349917b40f5d69 | |
parent | ddd6caff9edac56dad727a79eb5b0faf4dbd6cb9 [diff] [blame] |
Host toolchain minimal features Test Plan: Tested with QEMU and the existing codebase. X-Origin-Diff: phab/D713 GitOrigin-RevId: ecfc94ab2b4880447c628fc2e41b5ed6234f90d8
diff --git a/third_party/qboot/qboot.bzl b/third_party/qboot/qboot.bzl index bd86d98..b873d09 100644 --- a/third_party/qboot/qboot.bzl +++ b/third_party/qboot/qboot.bzl
@@ -45,6 +45,7 @@ "-minline-all-stringops", "-fno-pic", ], + features = ["-link_full_libc", "-cpp"], includes = [ "include", ],