1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-29 00:38:53 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
David Kühling
51b2d6d90f gforth: fix build problem introduced by new openwrt autoconf support
(as reported by kyak)
2011-03-07 21:56:50 +01:00
David Kühling
85917056b7 gforth: patch from jow to adapt to build-system changes 2011-02-28 22:00:41 +01:00
David Kühling
5f81a8dec3 gforth: bump version number (this version already distributed via release?) 2011-02-15 22:41:59 +01:00
David Kühling
cee4a8d99b gforth: add missing libffi dependency 2011-02-15 22:41:59 +01:00
David Kühling
25cc3ef145 minor fix: do not create temporary files in package-directory during build. 2010-11-19 21:27:11 +01:00
David Kühling
7b20736d71 revert some package debugging stuff that accidentally got committed
(had changed download link to a local file:// link)
2010-10-24 14:02:55 +02:00
David Kühling
89d817b095 package building fix: do not run postinst image update on host
also some fixes towards supporting Gforth libffi C interface (incomplete)
2010-10-24 13:53:50 +02:00
David Kühling
c6a3cb1a88 corrected md5sum for new gforth snapshot 2010-09-18 22:17:18 +02:00
David Kühling
4bfce3b6e2 Major overhaul and cleanup. Support for .ubi image file installations.
Only compile&install a minimum host Gforth for bootstrapping the target
Gforth, removing strange emacs-dependencies that cropped up earlier.

Image file can now be built on the nanonote using 'gforth-update-image'
command.  Also, Gforth is now run through a wrapper that calls
'gforth-update-image' automatically, if necessary.

Also first attempts at supporting libcc C-interface libraries pre-compiled on
the host.

Tested to compile on amd64 and i386.
2010-09-18 20:47:21 +02:00
David Kühling
bb5e73881b use new upstream snapshot that fixes various problems reported on
discussion@lists.en.qi-hardware.com
2010-09-14 00:44:09 +02:00
David Kühling
d50d5ae0f3 switch to newer upstream snapshot with improved MIPS support.
Adds dynamic superinstructions support (need manual enabling), and more MIPS32
opcodes for (dis)assembler
2010-08-07 21:13:03 +02:00
David Kühling
915bd10172 Make Gforth's built-in assembler/disassembler work on non-mips architectures.
Added comments about how builds for 64-bit targets may currently fail.
2010-08-02 18:27:35 +02:00
David Kühling
2a206afc2f added second download mirror. 2010-07-31 17:24:54 +02:00
David Kühling
dc85cb72d2 tuning, cleanup, updated copyright info 2010-07-29 22:31:21 +02:00
David Kühling
f03c9b2029 Build gforth interpreter image on installation (via 'postinst'); startup time
now 200ms.  Use correct target-arch dependent gforth kernel image.  Add
documentation.
2010-07-29 00:46:48 +02:00
David Kühling
23955b4887 fixed various major and minor build problems. Host forth build dependency now
fixed?  Added comments about what we're actually doing
2010-07-28 02:02:56 +02:00
David Kuehling
c3604e02b2 imported current gforth package from http://mosquito.dyndns.tv/freesvn/trunk/openwrt/gforth 2010-07-27 23:47:04 +02:00