Bug 28682 - [4.2 Regression] --enable-languages=c,c++ for cross compiler builds Ada compiler
Summary: [4.2 Regression] --enable-languages=c,c++ for cross compiler builds Ada compiler
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: ada (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: 4.2.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-10 15:15 UTC by H.J. Lu
Modified: 2006-10-20 22:35 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2006-10-20 22:13:01


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2006-08-10 15:15:48 UTC
When I cross compile from Linux/i686 to Linux/ia64 with
--enable-languages=c,c++, Ada compiler is enabled. The problem is

BOOT_LANGUAGES = c  ada

in gcc/Makefile. Apparently, it was overriden for native build, but not for
cross build.
Comment 1 H.J. Lu 2006-08-17 18:16:35 UTC
Wrong target is used for cross compiler build.
Comment 2 Andrew Pinski 2006-10-20 22:11:24 UTC
Reopening.
Comment 3 Andrew Pinski 2006-10-20 22:12:47 UTC
*** Bug 29531 has been marked as a duplicate of this bug. ***
Comment 4 Andrew Pinski 2006-10-20 22:13:01 UTC
Confirmed.
Comment 5 Andrew Pinski 2006-10-20 22:16:18 UTC
As mentioned this was invalid because HJL used the wrong make target.