delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2006/08/03/21:00:23

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
Subject: Additional patch for gcc4.10 for cross-compilation
To: djgpp AT delorie DOT com
X-Mailer: Lotus Notes Release 6.5.4 CCH5 September 12, 2005
Message-ID: <OF12F5BF5D.BD11477B-ON872571BF.005907FD-872571C0.0003EAA1@seagate.com>
From: Gordon DOT Schumacher AT seagate DOT com
Date: Thu, 3 Aug 2006 18:44:18 -0600
X-MIMETrack: Serialize by Router on SV-GW1/Seagate Internet(Release 7.0.1 HF29|March 07, 2006) at
08/03/2006 05:42:49 PM
MIME-Version: 1.0
X-Proofpoint-FWRule: outbound2
X-Proofpoint-Virus-Version: vendor=fsecure engine=4.64.4171:2.3.9,1.2.33,4.0.164 definitions=2006-08-03_06:2006-08-02,2006-08-03,2006-08-03 signatures=0

I am working on building a CygWin-to-DJGPP cross-compiler, and I've
discovered an additional patch that should be added to gcc410s2.zip
in order for this to work:

--- strsignal.c~  2005-03-27 18:28:01.000000000 -0700
+++ strsignal.c   2006-08-01 11:30:16.125000000 -0600
@@ -549,7 +549,7 @@
 #ifndef HAVE_PSIGNAL

 void
-psignal (unsigned signo, char *message)
+psignal (int signo, const char *message)
 {
   if (signal_names == NULL)
     {

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019