You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Allow providing extra C/C++ flags
As well as allowing to have a %{toolchain_pkg}% placeholder in the flags
that would be replaced with the canonical name of the toolchain.
* Enable header path normalization feature
Needed for toolchains like autosd.
* Pass include_directories from the toolchain
So that a toolchain can define it own include directories.
* Various linker flags tweaks
Mostly adding a sysroot if provided as well as tweaking the default
flags handling so that a toolchain can override the linking flags. Given
that the default ones are not compatible with autosd.
* Allow toolchains to define their own build/link flags
In versions_matrix for now, no idea if we could that better...
* packages: Add AutoSD 10 support
0 commit comments