This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem: gcc 3.1.1 / cross-gcc / arm-thumb-elf
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: 42Bastian Schick <b dot schick at enea dot de>
- Cc: gcc at gcc dot gnu dot org, Richard dot Earnshaw at arm dot com
- Date: Wed, 31 Jul 2002 10:09:24 +0100
- Subject: Re: Problem: gcc 3.1.1 / cross-gcc / arm-thumb-elf
- Organization: ARM Ltd.
- Reply-to: Richard dot Earnshaw at arm dot com
> Hi,
>
> in the file
> gcc-3.1.1/gcc/config/arm/t-arm-elf
> is TMHO a flaw. One has to pay attention when enabling MULTILIB support
> for big-endian/little-endian (line 28,29)
> original:
> MULTILIB_OPTIONS = mlittle-endian/mbig-endian
> MULTILIB_DIRNAMES = le be
> correct (IMHO):
> MULTILIB_OPTIONS += mlittle-endian/mbig-endian
> MULTILIB_DIRNAMES += le be
>
This has already been fixed on the trunk. Since the cptions are disabled
by default it hasn't been considered important enough to pull up onto the
release branch.
R.