[PATCH] Two simple typo and formatting changes

Ian Lance Taylor ian@zembu.com
Mon Jun 18 23:04:00 GMT 2001


Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de> writes:

> diff -BurPX /bigdisk/dl/src/binutils-exclude src-orig/bfd/configure.host src/bfd/configure.host
> --- src-orig/bfd/configure.host	Tue Jun  5 11:42:16 2001
> +++ src/bfd/configure.host	Sat Jun 16 08:36:08 2001
> @@ -43,7 +43,7 @@
>  			HOST_64BIT_TYPE="long long";
>  			HOST_U_64BIT_TYPE="unsigned long long";
>  			;;
> -mips64*-*-linux*)		host64=true
> +mips64-*-linux*)	host64=true
>  			HOST_64BIT_TYPE="long long";
>  			HOST_U_64BIT_TYPE="unsigned long long";
>  			;;

It is normally correct to have a * at the end of the processor name.
Why do you want to remove it?

Ian



More information about the Binutils mailing list