[tnozaki-gcc] TNF local patch for gmp - add CPPFLAGS to Makefile target

Issue #248 resolved
Takehiko NOZAKI repo owner created an issue

original commit message:

Patch the build script and toolchain to allow passing through
HOST_CPPFLAGS, HOST_CXXFLAGS, but not LIBRARY_PATH because it breaks
the build. These variables are necessary to support building NetBSD
from a GNU Guix or NixOS host, where /usr/include, /lib, and all
but /bin/sh do not exist. In many cases, support for HOST_CPPFLAGS
was incomplete. From Ryan Sundberg