This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] RTEMS: Add LEON3/SPARC multilibs


Committed to the head.

Is this too radical to also go on the 4.8 branch?
We would need to discuss it on the RTEMS side but it
only impacts us if the multilib is there for sparc-elf
on 4.8.

Thanks Sebastian.

On 8/30/2013 6:58 AM, Daniel Hellstrom wrote:
> Hello Sebastian,
> 
> That seems like a good idea.
> 
> Thanks,
> Daniel
> 
> 
> On 08/29/2013 01:04 PM, Sebastian Huber wrote:
>> Recently support for LEON3 specific instructions were added to GCC.
>> Make this support available for RTEMS.
>>
>> This patch should be committed to GCC 4.9.
>>
>> gcc/ChangeLog
>> 2013-08-29  Sebastian Huber  <sebastian.huber@embedded-brains.de>
>>
>> 	* config/sparc/t-rtems: Add leon3 multilibs.
>> ---
>>   gcc/config/sparc/t-rtems |    4 ++--
>>   1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/gcc/config/sparc/t-rtems b/gcc/config/sparc/t-rtems
>> index 63d0217..f1a3d84 100644
>> --- a/gcc/config/sparc/t-rtems
>> +++ b/gcc/config/sparc/t-rtems
>> @@ -17,6 +17,6 @@
>>   # <http://www.gnu.org/licenses/>.
>>   #
>>   
>> -MULTILIB_OPTIONS = msoft-float mcpu=v8
>> -MULTILIB_DIRNAMES = soft v8
>> +MULTILIB_OPTIONS = msoft-float mcpu=v8/mcpu=leon3
>> +MULTILIB_DIRNAMES = soft v8 leon3
>>   MULTILIB_MATCHES = msoft-float=mno-fpu
> 



-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985


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