xanmanning / alarm-fake-hwclock

Fake HWClock script for RPi Arch Linux Arm (replicates Raspbian's fake-hwclock)
Other
36 stars 11 forks source link

Improve support for cross compilation #14

Closed pulkomandy closed 3 years ago

pulkomandy commented 3 years ago

When cross compiling, usually the normal gcc cannot be used. The CC variable can be used to specify a different C compiler. Keep gcc as the default in case nothing is specified.