This works around errors from clang from LLVM16 due to -Wregister
warnings that are fatal in the default C++ standard (C++17) used by
clang 16.
Unlike other GCC ports, I was not able to use USE_CXXSTD to add the
relevant flags to CXXFLAGS as the bootstrap build overrode all of
CXXFLAGS. Instead, I had to include the flag in CXX.