[Buildroot] Fwd: Fwd: how to assign cpp and c++ in buildroot?

Thomas De Schampheleire patrickdepinguin at gmail.com
Tue May 20 12:43:48 UTC 2014


Hi Cem,

(please keep the buildroot list in copy)

On Tue, May 20, 2014 at 2:24 PM, cem akpolat <akpolatcem at gmail.com> wrote:
> Hi Thomas,
>
> the results are :
>
> env | grep -i cpp
>
>     returns nothing
>
> echo $TARGET_CPP
>
>    returns nothing
>
>
> grep -rn TARGET_CPP package/Makefile.in
>
>
> 110:TARGET_CPPFLAGS += -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
> -D_FILE_OFFSET_BITS=64
> 113:TARGET_CFLAGS = $(TARGET_CPPFLAGS) $(TARGET_ABI) $(TARGET_OPTIMIZATION)
> $(TARGET_DEBUGGING)
> 154:TARGET_CPP      = $(TARGET_CROSS)cpp
> 218: CPP="$(TARGET_CPP)"\
> 240: CPPFLAGS="$(TARGET_CPPFLAGS)" \

Thanks, nothing odd here.

Could you also try changing the package/Makefile.in as requested in my
last e-mail?

Thanks,
Thomas


More information about the buildroot mailing list