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

Re: [MiNT] binutils 2.18 patch



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.
--- 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 ;;