hexdae / toolchains_arm_gnu

ARM embedded toolchains for Bazel
https://asnaghi.me/post/embedded-bazel/
MIT License
101 stars 35 forks source link

Add support to include std includes #31

Closed RyanDraves closed 5 months ago

RyanDraves commented 6 months ago

Follow on for #29

Add support for making std includes available with a flag passed down from the top-level arm_none_eabi_toolchain macro.

Also adds -nostdinc++ when using g++, which was missing.

Tested on a repo using the macro.

hexdae commented 5 months ago

Thanks, looks good, feel free to merge

RyanDraves commented 5 months ago

Thanks. I'm think you have to merge as I don't have write access to your repo

hexdae commented 5 months ago

merged