hroptatyr / yuck

Your Umbrella Command Kit, a bog-standard command line option parser for C with all the knickknackery and whatnots.
Other
61 stars 7 forks source link

Is it posible cross compile yuck for arm #17

Closed zzs213 closed 5 years ago

hroptatyr commented 5 years ago

Hi there, are you stressing the cross compiling bit? It's certainly possible to build yuck on an ARM box provided that box got a working m4 macro processor.

That being said, I'm not sure if the target's m4 processor is picked up with the configuration script as is. But you're always free to edit the YUCK_M4 define in src/config.h after configure'ing.