Please update SH patch #550 (Re: xfree86 4.2.0-0pre1v1 available at the X Strike Force)
>>>>> In <[🔎] 20020616054022.GA23873@deadbeast.net>
>>>>> Branden Robinson <branden@debian.org> 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
<ishikawa@linux.or.jp>, <ishikawa@debian.org>, <ishikawa@netvillage.co.jp>
--
To UNSUBSCRIBE, email to debian-x-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Reply to: