=================================================================== RCS file: /home/cvs/OpenXM/src/pcc/pcc.diff,v retrieving revision 1.4 retrieving revision 1.6 diff -u -p -r1.4 -r1.6 --- OpenXM/src/pcc/pcc.diff 2021/03/23 06:32:44 1.4 +++ OpenXM/src/pcc/pcc.diff 2021/12/25 22:09:59 1.6 @@ -13,7 +13,15 @@ diff -ubBr Makefile.in.orig Makefile.in diff -ubBr configure.orig configure --- configure.orig 2020-06-13 23:55:53.000000000 +0900 +++ configure 2021-03-23 15:00:01.478465000 +0900 -@@ -5445,7 +5445,7 @@ +@@ -2598,6 +2598,7 @@ + i?86) targmach=i386 ;; + powerpc) targmach=powerpc endian=big ;; + x86_64) targmach=amd64 ;; ++ arm*) targmach=arm ;; + esac + ;; + +@@ -5445,7 +5446,7 @@ _ACEOF @@ -43,3 +51,18 @@ diff -ubBr cc/cpp/Makefile.in.orig cpp/Makefile.in MANPAGE=@BINPREFIX@cpp all: $(DEST) +diff -ubBr cc/cpp/cpp.c.orig cc/cpp/cpp.c +--- cc/cpp/cpp.c.orig 2020-02-27 02:58:19.000000000 +0900 ++++ cc/cpp/cpp.c 2021-03-25 17:01:14.157700000 +0900 +@@ -802,10 +802,8 @@ + free(nm); + nm = addname(ob->buf); + bufree(ob); +- if (pushfile(nm, fn, SYSINC, NULL) == 0) ++ pushfile(nm, fn, SYSINC, NULL); + return 1; +- +- return 0; + } + + #endif