iit-danieli-joint-lab / idjl-gcc-vxworks

Helpers script to compile a version of GCC that crosscompiles to VxWorks.
4 stars 3 forks source link

Add imported targets for libgcc and supc++ #19

Closed traversaro closed 4 years ago

traversaro commented 4 years ago

As for stdc++, it is convenient to have this libraries available as imported targets in CMake so that if the need to be used (for example in some custom linking scheme) they can be easily used.

Furthermore, I also removed some unused old CMake toolchains.