mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-18 09:40:05 +02:00
* The gcc_nolibc compiler is built first, it doesn't come with a C library * This compiler is then used to build the newlibc * Finally, gcc is built again (the final version of the package) using the newly built newlibc. Also fix some paths so everything gets installed in system/develop/tools/arm-none-eabi. This is the simplest way to go so this particular gcc finds the includes there, without any risk of mixing them up with actual includes for Haiku.