Update of /cvsroot/arcem/arcem
In directory vz-cvs-4.sog:/tmp/cvs-serv1030

Modified Files:
        Makefile index.html 
Log Message:
Dump useless uninteresting old gp2x build


Index: index.html
===================================================================
RCS file: /cvsroot/arcem/arcem/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index.html  15 Apr 2006 14:53:11 -0000      1.7
+++ index.html  11 Jun 2012 21:32:49 -0000      1.8
@@ -119,22 +119,6 @@
        </dd>
       </dl>
 
-      <p><b>GP2X:</b></p>
-
-      <dl>
-       <dd>
-         Work has begun on a port to the Gamepark Holdings GP2X hand held 
console.
-         To date, the emulator builds and can boot RISC OS.  It's terribly slow
-         (around 3x slower than on a RiscPC) - no clues why yet.  We use the 
GP2X
-         RGB hardware scaler which is functional but ugly -- a better bet would
-         be to try using the overlay surface, or use the ARM940 2nd processor 
to
-         be a video scaler.  The mouse cursor is emulated via the GP2X hardware
-         cursor, and the joystick operates as mouse input.  Keyboard input is
-         via the few buttons available, and simplistically via the serial port.
-         Latest version <a 
href="http://ian.jeffray.co.uk/gp2x/arcem001.zip";>here</a>
-
-       </dd>
-      </dl>
     </td>
   </tr>
 </table>
@@ -239,23 +223,6 @@
 </dl>
 
 
-<p><b>GP2X:</b></p>
-
-<dl>
- <dd>
-   The Makefile assumes that you have DevKitGP2X installed in D:/gp2x/<br>
-   You can build by simply:
-
-   <pre>
-
-     make SYSTEM=gp2x
-   </pre>
-
- </dd>
-</dl>
-
-
-
 <hr>
 
 <p><b>Contact</b></p>

Index: Makefile
===================================================================
RCS file: /cvsroot/arcem/arcem/Makefile,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Makefile    12 May 2012 17:34:51 -0000      1.39
+++ Makefile    11 Jun 2012 21:32:49 -0000      1.40
@@ -126,16 +126,6 @@
 LDFLAGS += -noixemul
 endif
 
-ifeq (${SYSTEM},gp2x)
-CC=arm-linux-gcc
-LD=$(CC)
-SYSROOT = D:/gp2x/devkitGP2X/sysroot
-CFLAGS += -DSYSTEM_gp2x -Igp2x -I$(SYSROOT)/usr/include
-LIBS += -L$(SYSROOT)/usr/lib -static
-LD=$(CC)
-TARGET=arcem.gpe
-endif
-
 ifeq (${SYSTEM},riscos-single)
 # HostFS
 HOSTFS_SUPPORT=yes
@@ -203,7 +193,7 @@
 
 
 TARED = *.c *.s *.h README COPYING Makefile \
-        X riscos riscos-single gp2x arch
+        X riscos riscos-single arch
 
 MODEL = arch/armarc
 


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-- 
arcem-cvs mailing list
arcem-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/arcem-cvs

Reply via email to