tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Enabling 68K a.out/COFF support in tools?



>   external/gpl3/gcc/dist/gcc/reload1.c:115:24: error: use of an operand of type 'bool' in 'operator++' is forbidden in C++17
>
> You might need to build with HOST_CXX='c++ -std=c++11'

I used the following to build a v8 arm:

export HOST_CFLAGS='-fcommon -Wno-error -Wno-literal-suffix
-Wno-expansion-to-defined -Wno-implicit-fallthrough'
export HOST_CXXFLAGS='-fcommon -Wno-error -Wno-literal-suffix
-Wno-expansion-to-defined -Wno-implicit-fallthrough -std=c++11'

one of the C options was bogus but didn't matter.


Home | Main Index | Thread Index | Old Index