S/390: Add undef for MUSL_DYNAMIC_LINKERxx
This fixes the s390 bootstrap by undefining existing defines before redefining them. gcc/ChangeLog: 2019-11-26 Robin Dapp <rdapp@linux.ibm.com> * config/s390/linux.h: Add undef for MUSL_DYNAMIC_LINKERxx. From-SVN: r278721
This commit is contained in:
parent
89789ec91d
commit
754f54aa01
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2019-11-26 Robin Dapp <rdapp@linux.ibm.com>
|
||||
|
||||
* config/s390/linux.h: Add undef for MUSL_DYNAMIC_LINKERxx.
|
||||
|
||||
2019-11-26 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/92644
|
||||
|
|
|
@ -75,7 +75,9 @@ along with GCC; see the file COPYING3. If not see
|
|||
#define GLIBC_DYNAMIC_LINKER32 "/lib/ld.so.1"
|
||||
#define GLIBC_DYNAMIC_LINKER64 "/lib/ld64.so.1"
|
||||
|
||||
#undef MUSL_DYNAMIC_LINKER32
|
||||
#define MUSL_DYNAMIC_LINKER32 "/lib/ld-musl-s390.so.1"
|
||||
#undef MUSL_DYNAMIC_LINKER64
|
||||
#define MUSL_DYNAMIC_LINKER64 "/lib/ld-musl-s390x.so.1"
|
||||
|
||||
#undef LINK_SPEC
|
||||
|
|
Loading…
Add table
Reference in a new issue