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:
parent
480caa1f4a
commit
9099e0bc66
1 changed files with 1 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue