samuraictf / gatekeeper

GATEKEEPER: Inline and on-target defense
119 stars 15 forks source link

Pre-compile for multiple architecture with static libraries #31

Closed bool101 closed 8 years ago

bool101 commented 9 years ago

Need to this precompiled for a few architectures with libraries statically linked in. Last thing we want to do it fight with build environments on the first hour.

zachriggle commented 9 years ago

This is currently trivial for the other branch. Just compile with

make CC=arm-linux-gnueabihf-gcc STATIC=1

zachriggle commented 8 years ago

Closing this since "the other branch" is now master.