OpenWrt Makefile for g++

Hi,

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?

It is TARGET_CXX. You can see most keywords in the rules.mk toplevel file.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.