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