This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem: gcc 3.1.1 / cross-gcc / arm-thumb-elf


> 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.


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