Hello everyone!
I have committed a small change to our cross-compiler toolchain paths.
After the change, toolchains will be installed into
"$CROSS_PREFIX/<target-triple>/" instead of
"$CROSS_PREFIX/<platform>/".

For example, a toolchain that would have been in
"$CROSS_PREFIX/arm32/" before will now be installed to
"$CROSS_PREFIX/arm-linux-gnueabi/". This is to simplify working with
multiple toolchains on a single architecture.

Existing setups will continue working without change for the time
being. autotool.py falls back to the old path if the new one doesn't
exist. However, you might want to manually delete the old directory
after you decide to rebuild the toolchain.

-- jzr

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to