Thanks!
-eric
On Tue, Aug 12, 2014 at 8:33 AM, Steve Ellcey wrote:
> On Tue, 2014-08-12 at 00:07 -0700, Eric Christopher wrote:
>> >>
>> >> -#ifdef __mips_micromips
>> >> +#if defined(__mips_micromips) || defined(__mips_soft_float)
>> >>/* DO NOTHING */
>> >> #else
>> >>
>>
>> Mind adding a
On Tue, 2014-08-12 at 00:07 -0700, Eric Christopher wrote:
> >>
> >> -#ifdef __mips_micromips
> >> +#if defined(__mips_micromips) || defined(__mips_soft_float)
> >>/* DO NOTHING */
> >> #else
> >>
>
> Mind adding a comment here explaining why we don't want to do anything
> for soft float (and
>>
>> -#ifdef __mips_micromips
>> +#if defined(__mips_micromips) || defined(__mips_soft_float)
>>/* DO NOTHING */
>> #else
>>
Mind adding a comment here explaining why we don't want to do anything
for soft float (and micromips)?
OK otherwise.
Thanks!
-eric
> -Original Message-
> From: Steve Ellcey [mailto:sell...@mips.com]
> Subject: [PATCH mips] Do not compile mips16.S in soft-float mode
>
> This libgcc patch is the second of two patches needed to build GCC soft-float
> multilibs when using the latest binutils. It skips assembling any of