I saw this question How to cross compile from Mac OS X to Linux x86? but my target looks like this
$ uname -a
Linux MyDevice 4.9.127-svn20747 #1 SMP Thu Jan 17 05:46:18 UTC 2019 x86_64 GNU/Linux
Some output from less /proc/cpuinfo
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 54
model name : Intel(R) Atom(TM) CPU D2701 @ 2.13GHz
stepping : 1
microcode : 0x10d
cpu MHz : 2127.900
cache size : 512 KB
so I doubt there are any readymade solutions.
How do I compile from a Mac to embedded Linux running on an Atom CPU?