mirror of
https://review.haiku-os.org/haiku
synced 2025-01-19 13:01:29 +01:00
f8da8f3477
* My BeagleBone gcc defines __ARMEL__ but not __ARM__ which breaks the native tool builds * As ARM was originally Little Endian, we assume __ARM__ means as such. * Look for Big Endian ARM and define the needed big endian preprocessors