tsgates / rust.ko

A minimal Linux kernel module written in rust.
896 stars 66 forks source link

backward support ld < 2.6. Fix https://github.com/tsgates/rust.ko/issues/18 #21

Closed bluet closed 8 years ago

bluet commented 8 years ago

backward support ld < 2.6. Fix https://github.com/tsgates/rust.ko/issues/18 by using --undefined instead of --require-defined