This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/22554] [4.0 Regression] pb_assoc header build and install overflows exec


------- Additional Comments From dje at gcc dot gnu dot org  2005-07-19 04:22 -------
Created an attachment (id=9304)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9304&action=view)
Makefile workaround

The attached patch splits the assoc_headers variable into multiple, smaller
pieces that do not exceed the system limit.  The patch also changes the
dependency, but the rules did not reinstall the headers if the stamp file
existed -- even if out of date -- so this has little actual impact on the
granularity of the Makefile rule.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22554


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]