develooper Front page | perl.perl6.internals | Postings from July 2008

[perl #47247] [PATCH] Move executable code out of gcc_pcc header

Thread Next
From:
James Keenan via RT
Date:
July 31, 2008 16:28
Subject:
[perl #47247] [PATCH] Move executable code out of gcc_pcc header
Message ID:
rt-3.6.HEAD-29762-1217546876-1751.47247-15-0@perl.org
I tried again today to apply this patch and I still cannot get it to
apply cleanly.  I got this *.rej file:

 $ cat config/gen/makefiles/root.in.rej
***************
*** 379,384 ****
      \
      $(OPS_DIR)/core_ops$(O) \
      $(OPS_DIR)/core_ops_switch$(O) \
      $(SRC_DIR)/builtin$(O) \
      $(SRC_DIR)/byteorder$(O) \
      $(SRC_DIR)/charset$(O) \
--- 379,385 ----
      \
      $(OPS_DIR)/core_ops$(O) \
      $(OPS_DIR)/core_ops_switch$(O) \
+     $(SRC_DIR)/atomic/gcc_pcc$(O) \
      $(SRC_DIR)/builtin$(O) \
      $(SRC_DIR)/byteorder$(O) \
      $(SRC_DIR)/charset$(O) \

Since this is a part of root.in where I have no expertise, I don't feel
comfortable in proceeding with the edit that pcc suggested several
months ago.

Does anyone else want to take a stab at it?  (Otherwise I will mark the
patch rejected.)

Thank you very much.
kid51

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About