narke / gcc-cross-compiler

A script to cross-compile GCC toolchain for various target architectures.
BSD 3-Clause "New" or "Revised" License
51 stars 11 forks source link

Sysroot support ? #11

Open olluz opened 1 year ago

olluz commented 1 year ago

Hi, greate script and thanks a lot for sharing. Does this also work against a sysroot ? and where would I need to adjust the params for it ?

narke commented 1 year ago

Hi, thank you. I didn't handled an option for sysroot but if you want I can add it, otherwise you can contribute.