>>>>> In <[EMAIL PROTECTED]> 
>>>>>   Branden Robinson <[EMAIL PROTECTED]> wrote:

>> i386 .debs up right now, and the source is slowly trickling up there,
>> but will be there by the time most of you read this.

 I've done `build test for binary-sh4', but it is fail...
 4.2.0-0b2 and 4.2.0-0pre1v1 includes invalid SH3/4 support
patch #550 because of my mistake. Please update #550 to this
one bellow:

Index: xc/config/cf/linux.cf
===================================================================
RCS file: /cvs/xc/config/cf/linux.cf,v
retrieving revision 3.177
diff -u -a -r3.177 linux.cf
--- xc/config/cf/linux.cf       2002/04/04 14:05:33     3.177
+++ xc/config/cf/linux.cf       2002/06/13 18:08:34
@@ -624,7 +624,7 @@
 #endif
 #if UseElfFormat
 # ifndef DoLoadableServer
-#  ifdef HPArchitecture
+#  if defined(HPArchitecture) || defined(SuperHArchitecture)
 #   define DoLoadableServer    NO
 #  else
 #   define DoLoadableServer    YES
@@ -824,7 +824,7 @@
 # ifndef SuperHArchOptFlags
 #  ifdef SuperH4Architecture
 #   define SuperHArchOptFlags  -m4
-#  elifdef SuperH4NOFPUArchitecture
+#  elif defined(SuperH4NOFPUArchitecture)
 #   define SuperHArchOptFlags  -m4-nofpu
 #  else
 #   define SuperHArchOptFlags  -m3

-- 
ISHIKAWA Mutsumi
 <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to