diff --git a/config/functions b/config/functions index 44e8e852948..405f52303c0 100644 --- a/config/functions +++ b/config/functions @@ -386,6 +386,8 @@ endian = '$endian' root = '$root' $(python -c "import os; print('c_args = {}'.format([x for x in os.getenv('CFLAGS').split()]))") $(python -c "import os; print('c_link_args = {}'.format([x for x in os.getenv('LDFLAGS').split()]))") +$(python -c "import os; print('cpp_args = {}'.format([x for x in os.getenv('CXXFLAGS').split()]))") +$(python -c "import os; print('cpp_link_args = {}'.format([x for x in os.getenv('LDFLAGS').split()]))") ${!properties} EOF }