aix: AIX is not GLIBC.
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 25 Jan 2022 15:18:28 +0000 (10:18 -0500)
committerDavid Edelsohn <dje.gcc@gmail.com>
Tue, 25 Jan 2022 15:29:21 +0000 (10:29 -0500)
commit9099e0bc6667ba319f4b794a5a98a364e7f9aef9
tree652c4e3b5b32a56943382d7e12638e9ce39c2c38
parent480caa1f4ab1f138435239d67ffe3126c5e27b2b
aix: AIX is not GLIBC.

A recent patch added tests for OPTION_GLIBC that is defined in
linux.h and linux64.h.  This broke bootstrap for non-Linux rs6000
configurations.  This patch defines OPTION_GLIBC as 0.

* config/rs6000/aix.h (OPTION_GLIBC): Define as 0.
gcc/config/rs6000/aix.h