[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH for 4.2.0-0pre1v1] SH3/SH4 update (Re:Please update SH patch #550)



>>>>> In <[🔎] 20020619143827.1E06C8DD9D@master.hanzubon.org> 
>>>>>	ISHIKAWA Mutsumi <ishikawa@linux.or.jp> wrote:
>> >>>>> 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

 OK, I've done test build for sh4 with updateded patch.
 So, please apply a patch for debian/control and update
MANIFEST.{sh3,sh4}


 1) please add sh3 and sh4 architecture in debian/control to build
    xserver-xfree86 package.

--- debian/control.orig	Sat Jun 29 04:15:51 2002
+++ debian/control	Sat Jun 29 04:15:55 2002
@@ -794,7 +794,7 @@
  xfonts-base, xfonts-100dpi or xfonts-75dpi, and xfonts-scalable packages.
 
 Package: xserver-xfree86
-Architecture: alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc sparc
+Architecture: alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc sparc sh3 sh4
 Depends: debconf (>> 0.5), xserver-common (>= 4.1.0-10), ${shlibs:Depends}
 Suggests: discover, mdetect, read-edid
 Conflicts: libxfont-xtt


 2) I've put new MANIFEST.sh3 and MANIFEST.sh3 on a URL bellow,
   please merge into next release:

   http://hanzubon.jp/Linux/Debian/SH/MANIFEST.sh3
   http://hanzubon.jp/Linux/Debian/SH/MANIFEST.sh4


-- 
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: