Skip to content

aarch64: Make libstdc++-v3 buildable

Robin Randhawa requested to merge microcolonel/gcc:aarch64-unknown-redox into redox

The mods here are:

  1. Indicate that relibc supplies WCHAR_T, MBSTATE_T and INTTYPES_H.
  2. Force set the gcc_no_link token.

The latter is the only way I could get rid of the dreaded GCC_NO_EXECUTABLES error. Based on commentary here 1 and at other related places on the interwebs, I think this is a reasonable approach for the moment.

Note that while these changes permit libstdc++-v3 to build no tests of C++ programs have been done yet.

Merge request reports