Closed jeshwanthreddy13 closed 5 months ago
Hi!
Please take a look at the part of task about cross-compilation. We can't just use CC and CXX because they're set to cross-compiler, not native compiler.
Hi!
Please take a look at the part of task about cross-compilation. We can't just use CC and CXX because they're set to cross-compiler, not native compiler.
Okay, so we need to make sure that CC and CXX are always passed with native compilers instead of the cross compilers for ragel and gengetopt?
Yes, because they are build tools running during build.
Thanks!!
Small follow-up commit: bf5e3656925678e0d0872c50224ac7bb4cf40d1e
(see commit message for details)
Fixes #639
Additional Notes: