Re: RFA: MEP: Add newlib-stdint.h to tm_file.

2016-03-02 Thread Nick Clifton
Hi DJ, > Ok. Thanks - patch committed. (I know that you have now deprecated the MeP port, but at least with this patch in place the toolchain can now be built if obsolete targets are enabled). Cheers Nick

Re: RFA: MEP: Add newlib-stdint.h to tm_file.

2016-03-01 Thread DJ Delorie
> Looks good to me. Obviously you'll need appropriate ChangeLogs. OK > with the ChangeLogs added. Done.

Re: RFA: MEP: Add newlib-stdint.h to tm_file.

2016-03-01 Thread Jeff Law
On 03/01/2016 12:45 PM, DJ Delorie wrote: Write a patch to deprecate it in config.gcc (search for openbsd2 to help you find the right spot) and an update to the gcc6 webpage. How's this? Looks good to me. Obviously you'll need appropriate ChangeLogs. OK with the ChangeLogs added. jeff

Re: RFA: MEP: Add newlib-stdint.h to tm_file.

2016-03-01 Thread Jeff Law
On 03/01/2016 12:42 PM, Trevor Saunders wrote: On Tue, Mar 01, 2016 at 11:29:25AM -0700, Jeff Law wrote: On 03/01/2016 11:26 AM, DJ Delorie wrote: Can we make that official? 64402, 49401 & 24998 go away when MEP is deprecated. We can, what's the next step? I announced intent in Dec,

Re: RFA: MEP: Add newlib-stdint.h to tm_file.

2016-03-01 Thread DJ Delorie
> Write a patch to deprecate it in config.gcc (search for openbsd2 to help > you find the right spot) and an update to the gcc6 webpage. How's this? Index: htdocs/gcc-6/changes.html === RCS file:

Re: RFA: MEP: Add newlib-stdint.h to tm_file.

2016-03-01 Thread Trevor Saunders
On Tue, Mar 01, 2016 at 11:29:25AM -0700, Jeff Law wrote: > On 03/01/2016 11:26 AM, DJ Delorie wrote: > >>Can we make that official? 64402, 49401 & 24998 go away when MEP is > >>deprecated. > > > >We can, what's the next step? I announced intent in Dec, nobody > >commented or stepped up to take

Re: RFA: MEP: Add newlib-stdint.h to tm_file.

2016-03-01 Thread Jeff Law
On 03/01/2016 11:26 AM, DJ Delorie wrote: Can we make that official? 64402, 49401 & 24998 go away when MEP is deprecated. We can, what's the next step? I announced intent in Dec, nobody commented or stepped up to take it. Write a patch to deprecate it in config.gcc (search for openbsd2 to

Re: RFA: MEP: Add newlib-stdint.h to tm_file.

2016-03-01 Thread DJ Delorie
> Can we make that official? 64402, 49401 & 24998 go away when MEP is > deprecated. We can, what's the next step? I announced intent in Dec, nobody commented or stepped up to take it.

Re: RFA: MEP: Add newlib-stdint.h to tm_file.

2016-03-01 Thread Jeff Law
On 03/01/2016 11:05 AM, DJ Delorie wrote: Note, though, that I'm in the process of deprecating mep... Can we make that official? 64402, 49401 & 24998 go away when MEP is deprecated. jeff

Re: RFA: MEP: Add newlib-stdint.h to tm_file.

2016-03-01 Thread DJ Delorie
Note, though, that I'm in the process of deprecating mep...

Re: RFA: MEP: Add newlib-stdint.h to tm_file.

2016-03-01 Thread DJ Delorie
Ok.

RFA: MEP: Add newlib-stdint.h to tm_file.

2016-03-01 Thread Nick Clifton
Hi DJ, Currently the MEP target does not define __INTPTR_TYPE__ or __INT32_TYPE__ which is a problem for newlib. (The newlib header file _intsup.h depends upon these macros being defined). Fortunately the fix is easy - add newlib-stdin.h to the tm_file list for MEP. So, is this patch