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]

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

The original lines will disable MULTILIB for arm/thumb.

Regards,

-- 
42Bastian
-------------------------------
-- ENEA OSE Engineering GmbH --
-- b.schick@enea.de          --
-------------------------------


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