Bug 33797 - Enable zlib for x86_64-pc-mingw32 64-bit targets
Summary: Enable zlib for x86_64-pc-mingw32 64-bit targets
Status: RESOLVED WONTFIX
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: unknown
: P3 enhancement
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-17 01:19 UTC by nightstrike
Modified: 2013-11-25 21:29 UTC (History)
2 users (show)

See Also:
Host:
Target: x86_64-pc-mingw32
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nightstrike 2007-10-17 01:19:27 UTC
Currently, when building gcc, building is disabled for zlib.  If this is enabled, we can further the progress of the 64-bit windows target platform.
Comment 1 Andrew Pinski 2007-10-17 02:19:37 UTC
I think it is only disable because libjava support is disabled because libffi has not been ported yet.  So really libffi support needs to be added and then libjava support can be added and in turn zlib can be enabled.
Comment 2 Karlson2k 2013-02-09 02:38:17 UTC
Now libffi is enabled and libjava can be enabled by configure switch.
Comment 3 Kai Tietz 2013-11-25 21:29:31 UTC
gcc build libz only if libjava gets enabled.  There is no need for gcc to build it without this target-library.
YOu can enable now java built, then libz gets built too.