This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [RFC] [GOLD] s390 -fsplit-stack support.


>> diff --git a/configure b/configure
>> index 3bb1c03..91fd098 100755
>> --- a/configure
>> +++ b/configure
>> @@ -2972,7 +2972,7 @@ case "${ENABLE_GOLD}" in
>>        # Check for target supported by gold.
>>        case "${target}" in
>>          i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
>> -        | aarch64*-*-* | tilegx*-*-*)
>> +        | aarch64*-*-* | tilegx*-*-* | s390*-*-*)
>>    configdirs="$configdirs gold"
>>    if test x${ENABLE_GOLD} = xdefault; then
>>      default_ld=gold
>
> Please remove this change from the patch. I'll get the top-level
> configure changes in separately for s390 and mips.

The top-level configure changes for both s390 and mips are committed now.

-cary


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]