This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] correct nomenclature: HOST_PREFIX to BUILD_PREFIX
- From: DJ Delorie <dj at redhat dot com>
- To: neroden at doctormoo dot dyndns dot org
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 31 May 2002 16:13:15 -0400
- Subject: Re: [patch] correct nomenclature: HOST_PREFIX to BUILD_PREFIX
- References:
> 2002-05-14 Nathanael Nerode <neroden@twcny.rr.com>
> * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
> BUILD_PREFIX_1, to correct nomenclature.
> * configure: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
> BUILD_PREFIX_1, to correct nomenclature.
> * gcc/Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with
> BUILD_PREFIX, BUILD_PREFIX_1, to correct nomenclature.
> * gcc/configure.in: Replace HOST_PREFIX, HOST_PREFIX_1 with
> BUILD_PREFIX, BUILD_PREFIX_1, to correct nomenclature.
> * gcc/configure: Regenerate.
> * gcc/mklibgcc.in: Replace HOST_PREFIX, HOST_PREFIX_1 with
> BUILD_PREFIX, BUILD_PREFIX_1, to correct nomenclature.
> * gcc/config/arc/t-arc: Replace HOST_PREFIX, HOST_PREFIX_1 with
> BUILD_PREFIX, BUILD_PREFIX_1, to correct nomenclature.
Approved and applied, but I edited the ChangeLog entries to remove a
bit of the redundancy.