php7: use TARGET_CXXFLAGS instead of TARGET_CPPFLAGS for C++ option
authorMichael Heimpold <mhei@heimpold.de>
Tue, 18 Apr 2017 19:30:17 +0000 (21:30 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Tue, 18 Apr 2017 19:38:37 +0000 (21:38 +0200)
commit12e3019db7c09e23fba1dd4a2b417fc2666b0c6e
treedd35b1c546a7d9b7d913e61e9c1a8ee8544330b6
parent10ce951decd2d858719d88454b087155da99deeb
php7: use TARGET_CXXFLAGS instead of TARGET_CPPFLAGS for C++ option

This fixes a stupid typo from last commit which lead to the following
compiler warning:

cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php7/Makefile