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.
This commit is contained in:
David Edelsohn 2022-01-25 10:18:28 -05:00
parent 480caa1f4a
commit 9099e0bc66

View file

@ -23,6 +23,7 @@
#define DEFAULT_ABI ABI_AIX
#undef TARGET_AIX
#define TARGET_AIX 1
#define OPTION_GLIBC 0
/* Linux64.h wants to redefine TARGET_AIX based on -m64, but it can't be used
in the #if conditional in options-default.h, so provide another macro. */