mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* The files are no longer installed in a separate develop/tools subdirectory for binutils and one for gcc. Instead we install directly in develop/tools[/<arch>]. This allows gcc to find gas and ld via its built-in search instead of via PATH only. In a hybrid setup this makes a difference, when the gcc that is not the first in PATH is invoked directly (e.g. via absolute path). * Add support for building for the secondary architecture. Not tested yet.