add directory gnu

This commit is contained in:
gohigh
2024-02-19 00:24:47 -05:00
parent 32616db5a4
commit a40f4cadb0
5086 changed files with 1860970 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/sh
# Configuration script for GNU CC
# The standard config.gcc is too big for MINIX unless
# you do cute things so we just do it all directly
ln config/xm-minix68k.h config.h
ln config/tm-minix68k.h tm.h
ln config/m68k.md md
ln config/out-m68k.c aux-output.c
touch config.status
echo Set up for MINIX-68k