This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [PATCH] Two simple typo and formatting changes
- To: Thiemo Seufer <ica2_ts at csv dot ica dot uni-stuttgart dot de>
- Subject: Re: [PATCH] Two simple typo and formatting changes
- From: Ian Lance Taylor <ian at zembu dot com>
- Date: 18 Jun 2001 23:04:29 -0700
- Cc: binutils at sources dot redhat dot com
- References: <20010619003835.H15838@rembrandt.csv.ica.uni-stuttgart.de>
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