Bug 46586 - Can't compile libiberty for bfin-elf target.
Summary: Can't compile libiberty for bfin-elf target.
Status: RESOLVED WORKSFORME
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: unknown
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-21 07:53 UTC by Masaki MURANAKA
Modified: 2015-01-02 22:37 UTC (History)
2 users (show)

See Also:
Host: i386-apple-darwin10.5.0
Target: bfin-elf
Build: i386-apple-darwin10.5.0
Known to work:
Known to fail:
Last reconfirmed: 2012-08-25 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki MURANAKA 2010-11-21 07:53:55 UTC
configuration was failed with this message.
configure:5724: error: Link tests are not allowed after GCC_NO_EXECUTABLES.

This issue is not similar to #46553.

It is required -mcpu option by bfin-elf-gcc. But there is no case in configuration phase.
So  the link test is failed with this message: "xgcc: error: no processor type specified for linking"
Comment 1 Hans-Peter Nilsson 2012-08-25 13:47:55 UTC
This should have been fixed; libiberty is longer a target library.  Try any version from gcc-4.4(.7) and up.  Please report back and close this PR.
Comment 2 Joel Sherrill 2015-01-02 22:37:59 UTC
bfin-rtems and bfin-elf have not had this issue in ages. Closing for lack of feedback.