Commit Graph

2 Commits

Author SHA1 Message Date
Suresh Sundriyal 091f3c04b4 [build] Get rid of configure errors 2020-09-22 17:23:51 -07:00
Suresh Sundriyal d118a60a36 [cross-compile] Allow build artifacts to be built with build compilers.
While cross-compiling; bin2c and ptimec need to run during build on the
build-host. Currently; the host compiler is picked and the generated
binaries cannont be exec'ed causing the build to fail.

The change fixes the bin2c and ptimec compilation units to use the
build host compatible compiler.
2020-09-18 10:03:12 -07:00