osquery / osquery-toolchain

A LLVM-based toolchain for Linux designed to build a portable osquery
Other
38 stars 22 forks source link

how to build this toolchain getting clang with glibc-2.2.5 #28

Closed xx-zhang closed 11 months ago

xx-zhang commented 11 months ago

how to get this toolchain built clang with glibc2.2.5 ?

[root@272766590d33 ~]# strings /usr/local/osquery-toolchain/usr/bin/clang | grep GLIB
GLIBC_2.2.5

when i make it in centos6, and then i can get glibc-2.12. i will not get older version glibc when i build older. how can i get it like you built.

thanks

xx-zhang commented 11 months ago

i have read redame.md, then try ok. .