boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

arm64-tok-include-tcctok-h.after (123B)


      1 #if defined TCC_TARGET_RISCV64
      2 #include "riscv64-tok.h"
      3 #endif
      4 
      5 #if defined TCC_TARGET_ARM64
      6 #include "arm64-tok.h"
      7 #endif