bazel-contrib / rules_foreign_cc

Build rules for interfacing with "foreign" (non-Bazel) build systems (CMake, configure-make, GNU Make, boost, ninja, Meson)
https://bazel-contrib.github.io/rules_foreign_cc
Apache License 2.0
679 stars 249 forks source link

add object files export #1182

Open Mfk-Xkj opened 8 months ago

Mfk-Xkj commented 8 months ago

we do not support export of object files such as crti.o crtn.o and so on.these files are key outputs of glibc.