In the application package Makefile, the $(TARGET_CC) is for gcc, that is the keyword for g++ in the Makefile, or how can I run g++ in the Makefile? I tried $(TARGET_G++) that did not work.
Where are those micro keywords defined in the OpenWrt package Makefile?