minexew / templeos-loader

User-space loader for TempleOS
4 stars 6 forks source link

Patched make files for compiling on Ubuntu #2

Closed tos11 closed 4 years ago

tos11 commented 4 years ago

These make file changes allow it to work on Ubuntu 18.04 64-bit. They shouldn't cause a problem on any modern Linux distribution. It might be good just to always use these patches?

minexew commented 4 years ago

Thanks a lot for the PR, but is there really no easier way to accomplish this? Something like env CC="gcc -fno-stack-protector" make ... would not do it?

tos11 commented 4 years ago

There probably is, I was just sharing what I did, I didn't expect you to merge this.