--- Additional Comments From laurent at guerby dot net 2005-03-06 16:21
---
On possible solution for your target is to add in your target ada/Makefile.in
LIBGNAT_TARGET_PAIRS = \
...
s-auxdec.adshttp://gcc.gnu.org/bugzilla/show_bug.cgi?id=17701
--- Additional Comments From nick at sqrt dot co dot uk 2005-03-06 15:51
---
This is a longstanding bug that still occurs for the 4.0 branch.
For ARM change:
Integer'Min (2, Standard'Maximum_Alignment);
to:
Integer'Min (4, Standard'Maximum_Alignment);
--
http://gcc.gnu
--- Additional Comments From bero at arklinux dot org 2004-12-27 15:13
---
This was started with 3.4.3 IIRC
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17701
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-27
14:47 ---
Did you start with 3.3.3, can you try to start with 3.4.0 and then try building
the cross compiler?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17701