1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00
This commit is contained in:
David Kuehling
2010-07-27 23:45:24 +02:00
parent 01dfb9450d
commit c3604e02b2
2 changed files with 187 additions and 0 deletions

4
gforth/files/gforth Executable file
View File

@@ -0,0 +1,4 @@
#! /bin/sh
# Can't cross-build gforth.fi image file. Instead load sources on startup.
exec $0-bin -m 1M -i kernl32l.fi \
exboot.fs startup.fs arch/mips/asm.fs arch/mips/disasm.fs "$@"