summaryrefslogtreecommitdiff
path: root/fixincludes
diff options
context:
space:
mode:
Diffstat (limited to 'fixincludes')
-rw-r--r--fixincludes/ChangeLog4
-rwxr-xr-xfixincludes/fixinc.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index b3db80b29c1..5b3d9ae1055 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,7 @@
+2020-02-13 Matheus Castanho <msc@linux.ibm.com>
+
+ * fixinc.in: Skip machine_name fix on powerpc*-*-linux*.
+
2020-02-13 Alexandre Oliva <oliva@adacore.com>
* mkheaders.in: Re-create subdirs, copy limits.h into subdir.
diff --git a/fixincludes/fixinc.in b/fixincludes/fixinc.in
index cd0b458b8f8..de5a37f6acc 100755
--- a/fixincludes/fixinc.in
+++ b/fixincludes/fixinc.in
@@ -136,7 +136,7 @@ fi
# disable the fix.
case "${target_canonical}" in
- *-*-vxworks*)
+ *-*-vxworks* | powerpc*-*-linux*)
test -f ${MACRO_LIST} && echo > ${MACRO_LIST}
;;
esac