FreeBASIC 1.20.3 Windows CE MIPS cross-SDK

This package runs on Linux x86_64 and produces little-endian MIPS III O32
Windows CE executables. Extract it as one directory and run:

    bin/fbc-wince-mips hello.bas -x hello.exe

Host requirement:

    sudo apt-get update
    sudo apt-get install -y clang

The package includes the pinned MIPS PE binutils, Windows CE declarations and
import libraries, rtlib, gfxlib2, sfxlib, libffi, compiler-rt builtins, and all
FreeBASIC headers. It does not require gcc-mips-linux-gnu or any other Linux
MIPS cross-GCC package.

The compiler is a Linux-hosted cross-SDK. It is not an on-device Windows CE
compiler because maintained Windows CE systems do not provide the native GCC
or Clang supply chain needed by FreeBASIC's generated code.
