This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Problem: gcc 3.1.1 / cross-gcc / arm-thumb-elf
- From: 42Bastian Schick <b dot schick at enea dot de>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 31 Jul 2002 10:34:50 +0200
- Subject: Problem: gcc 3.1.1 / cross-gcc / arm-thumb-elf
- Organization: ENEA OSE Engineering
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 --
-------------------------------