[openfirmware] [commit] r1926 - cpu/arm/Linux

repository service svn at openfirmware.info
Wed Aug 11 06:39:20 CEST 2010


Author: wmb
Date: Wed Aug 11 06:39:19 2010
New Revision: 1926
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1926

Log:
Checked in armforth binary

Added:
   cpu/arm/Linux/armforth   (contents, props changed)
Modified:
   cpu/arm/Linux/Makefile

Modified: cpu/arm/Linux/Makefile
==============================================================================
--- cpu/arm/Linux/Makefile	Wed Aug 11 06:37:47 2010	(r1925)
+++ cpu/arm/Linux/Makefile	Wed Aug 11 06:39:19 2010	(r1926)
@@ -18,8 +18,8 @@
 
 # Use forth when you just need to run Forth but don't care what
 # native instruction set it is on.
-# Use x86forth when you need to compile new dictionaries that will
-# run on x86 systems.
+# Use armforth when you need to compile new dictionaries that will
+# run on ARM systems.
 forth: armforth
 	@ln -sf armforth forth
 

Added: cpu/arm/Linux/armforth
==============================================================================
Binary file. No diff available.



More information about the openfirmware mailing list