| Submitter | Mike Stump |
|---|---|
| Date | April 27, 2011, 2:35 p.m. |
| Message ID | <71975F68-DA7A-43EF-9525-922784A470F4@comcast.net> |
| Download | mbox | patch |
| Permalink | /patch/93066/ |
| State | New |
| Headers | show |
Comments
>> Ok? > > Ping? PS: For the maintainer who will (eventually) review this patch, the latest version, tested and with all the comments and contributions from Joseph and Mike merged in, is -- http://gcc.gnu.org/ml/gcc-patches/2011-04/msg01930.html So, that's the one to review.
Patch
Index: cp/Make-lang.in =================================================================== --- cp/Make-lang.in (revision 172670) +++ cp/Make-lang.in (working copy) @@ -105,7 +105,10 @@ cc1plus$(exeext): $(CXX_OBJS) cc1plus-ch $(CXX_OBJS) cc1plus-checksum.o $(BACKEND) $(LIBS) $(BACKENDLIBS) # Special build rules. +ifneq ($(MAINT),) $(srcdir)/cp/cfns.h: $(srcdir)/cp/cfns.gperf +endif +$(srcdir)/cp/cfns.h: gperf -o -C -E -k '1-6,$$' -j1 -D -N 'libc_name_p' -L ANSI-C \ $(srcdir)/cp/cfns.gperf > $(srcdir)/cp/cfns.h