wryun / es-shell

es: a shell with higher-order functions
http://wryun.github.io/es-shell/
Other
313 stars 26 forks source link

Makefile.in: use CC_FOR_BUILD and LDFLAGS_FOR_BUILD when building a #21

Closed maxice8 closed 5 years ago

maxice8 commented 5 years ago

generator.

When cross compiling equivalents to CC, CXX, CPP, CFLAGS, LDFLAGS, etc etc are defined with the _FOR_BUILD suffix for usage when compiling any binary that needs to be executed on the system while building.