This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Two simple typo and formatting changes


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]