Bug 19255 - cross-chain build failure [MinGW]
Summary: cross-chain build failure [MinGW]
Status: RESOLVED WONTFIX
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 3.4.3
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: build
Depends on:
Blocks:
 
Reported: 2005-01-04 15:06 UTC by Masaki MURANAKA
Modified: 2009-09-05 09:57 UTC (History)
2 users (show)

See Also:
Host: mingw32
Target: arm-elf
Build: mingw32
Known to work: 3.2.3
Known to fail: 3.4.3
Last reconfirmed:


Attachments
Patch for gcc-3.4.3/gcc/Makefile.in (294 bytes, patch)
2005-01-05 05:57 UTC, Masaki MURANAKA
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki MURANAKA 2005-01-04 15:06:14 UTC
This bug is similar to #12974.
The patch (id=5925) is fine but not enough in case the target has multilib.
It also should be added INCLUDE nearby rule stmp-multilib. Like this:

  # Build multiple copies of libgcc.a, one for each target switch.
  stmp-multilib: $(LIBGCC_DEPS)
          $(MAKE) \
            CFLAGS="$(CFLAGS) $(WARN_CFLAGS)" \
            CONFIG_H="$(CONFIG_H)" \
+           INCLUDES="$(INCLUDES)" \
            MAKEOVERRIDES= \
            -f libgcc.mk all
          $(STAMP) stmp-multilib
Comment 1 Andrew Pinski 2005-01-05 02:06:14 UTC
Can you send the patch to gcc-patches@gcc.gnu.org with a proper changelog?
Comment 2 Masaki MURANAKA 2005-01-05 05:57:59 UTC
Created attachment 7875 [details]
Patch for gcc-3.4.3/gcc/Makefile.in

This patch has already sent to gcc-patches@gcc.gnu.org.
Comment 3 Andrew Pinski 2008-12-28 21:17:25 UTC
This part of the Makefile.in has since been removed from 4.3.x and above.  Do you know if this issue still exists?

Comment 4 Masaki MURANAKA 2009-04-14 02:49:42 UTC
This issue is about 3.4.x. It's reasonable to close as wontfix.
Comment 5 Kai Tietz 2009-09-05 09:57:08 UTC
Yes, I close it.