[uae] Re: E-UAE 0.8.29-WIP4 released

  • From: Richard Drummond <evilrich@xxxxxxxxxxxxxx>
  • To: uae@xxxxxxxxxxxxx
  • Date: Wed, 28 Mar 2007 23:56:00 -0400

Hi

On Wednesday 28 March 2007 04:51, Mustafa TUFAN wrote:
> here is gp2x & psp machine type support for config.sub;

Thanks. Applied in CVS. (But I'll be doing a new public release of the source 
code again fairly soon, though, because the BeOS sound driver was fairly 
badly broken in WIP4.)

BTW, when you email patches, can you please send them as attachments (cutting 
and pasting patches is prone to error) and in 'unified context' format (use 
the -u switch in diff). I've re-diffed your patch and attached it as an 
example.

Keep the patches coming, though!

Cheers,
Rich
-- 
Richard Drummond

Web:  http://www.rcdrummond.net/
Mail: mailto:evilrich@xxxxxxxxxxxxxx
Index: config.sub
===================================================================
RCS file: /cvsroot/uaedev/uae/config.sub,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 config.sub
--- config.sub  19 May 2004 01:21:02 -0000      1.1.1.1
+++ config.sub  29 Mar 2007 03:44:39 -0000
@@ -503,6 +503,10 @@
                basic_machine=i386-pc
                os=-go32
                ;;
+       gp2x)
+               basic_machine=arm-gp2x
+               os=-linux-gnu
+               ;;
        h3050r* | hiux*)
                basic_machine=hppa1.1-hitachi
                os=-hiuxwe2
@@ -820,6 +824,10 @@
        ps2)
                basic_machine=i386-ibm
                ;;
+       psp)
+               basic_machine=mipsallegrexel-psp
+               os=-elf
+               ;;
        pw32)
                basic_machine=i586-unknown
                os=-pw32

Other related posts: