rs6000: fixinc: Skip machine_name fix for powerpc*-*-linux*
authorMatheus Castanho <msc@linux.ibm.com>
Thu, 13 Feb 2020 23:43:39 +0000 (23:43 +0000)
committerSegher Boessenkool <segher@kernel.crashing.org>
Fri, 14 Feb 2020 00:00:33 +0000 (00:00 +0000)
commitd876c8f9cfbf2b670bca9bc15bb2f472de5da57a
tree336ccf5509806055a1f77ebd4f34ea9bea6e44fa
parent994e0ad41529f5518fd013474a657968807d9ca5
rs6000: fixinc: Skip machine_name fix for powerpc*-*-linux*

Some system headers can be broken by the machine_name fix performed
by GCC during the fixincludes step. According to the comment in
fixincludes/fixinc.h:130 :

   On some platforms, machine_name doesn't work properly and
   breaks some of the header files.  Since everything works
   properly without it, just wipe the macro list to
   disable the fix.

So we can just skip it to avoid trouble.

fixincludes/
* fixinc.in: Skip machine_name fix on powerpc*-*-linux*.
fixincludes/ChangeLog
fixincludes/fixinc.in