From mint-bounce@lists.fishpool.fi Thu Apr 3 12:43:22 2008 X-Virus-Scanned: amavisd-new at demon.co.uk Subject: Re: [MiNT] binutils 2.18 patch From: Alan Hourihane To: mint In-Reply-To: <1207174328.14588.5.camel@localhost> References: <1207174328.14588.5.camel@localhost> Content-Type: multipart/mixed; boundary="=-sGgUaQmg57oYWvaxTLpo" Date: Thu, 03 Apr 2008 17:34:49 +0100 Message-Id: <1207240489.14588.35.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: alanh@fairlite.demon.co.uk Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: --=-sGgUaQmg57oYWvaxTLpo Content-Type: text/plain Content-Transfer-Encoding: 7bit On Wed, 2008-04-02 at 23:12 +0100, Alan Hourihane wrote: > Even though in our build circumstances it shouldn't be hit, if we try > and switch on the --enable-shared flag, then the binutils build will > fail. > > The attached patch fixes this problem, and follows the msdosdjgpp > settings for turning it off again. And a further patch to gcc 4.2.3 (I guess it should apply to 4.3.0 too). Alan. --=-sGgUaQmg57oYWvaxTLpo Content-Disposition: attachment; filename=gcc-4.2.3-mint.patch Content-Type: text/x-patch; name=gcc-4.2.3-mint.patch; charset=UTF-8 Content-Transfer-Encoding: 7bit --- gcc-4.2.3/libiberty/configure.ac.old 2008-04-03 17:32:09.230023092 +0100 +++ gcc-4.2.3/libiberty/configure.ac 2008-04-03 17:32:28.918023068 +0100 @@ -201,6 +201,7 @@ frag= case "${host}" in *-*-cygwin*) ;; + *-*-mint*) ;; alpha*-*-linux*) frag=mh-elfalphapic ;; arm*-*-*) frag=mh-armpic ;; hppa*-*-*) frag=mh-papic ;; --- gcc-4.2.3/libiberty/configure.old 2008-04-03 17:32:04.111023256 +0100 +++ gcc-4.2.3/libiberty/configure 2008-04-03 17:32:33.438023241 +0100 @@ -3618,6 +3618,7 @@ frag= case "${host}" in *-*-cygwin*) ;; + *-*-mint*) ;; alpha*-*-linux*) frag=mh-elfalphapic ;; arm*-*-*) frag=mh-armpic ;; hppa*-*-*) frag=mh-papic ;; --=-sGgUaQmg57oYWvaxTLpo--