Re: [PATCH] Add support for Fuchsia (OS)

2017-02-02 Thread Josh Conner via gcc-patches
On 2/1/17 3:29 PM, Gerald Pfeifer wrote: On Tue, 17 Jan 2017, Josh Conner via gcc-patches wrote: Attached is my recommended patch for changes to the web docs describing Fuchsia support. Please let me know if there's anything else I can do. This looks fine (just remove the blank before "Fuchsia

Re: [PATCH] Add support for Fuchsia (OS)

2017-02-01 Thread Gerald Pfeifer
On Tue, 17 Jan 2017, Josh Conner via gcc-patches wrote: > Attached is my recommended patch for changes to the web docs describing > Fuchsia support. Please let me know if there's anything else I can do. This looks fine (just remove the blank before "Fuchsia"); and sorry for the delay getting back

Re: [PATCH] Add support for Fuchsia (OS)

2017-01-17 Thread Josh Conner via gcc-patches
Gerald - Attached is my recommended patch for changes to the web docs describing Fuchsia support. Please let me know if there's anything else I can do. Thanks! - Josh On 12/11/16 7:24 AM, Gerald Pfeifer wrote: On Thu, 8 Dec 2016, Josh Conner wrote: This patch adds support to gcc for the Fu

Re: [PATCH] Add support for Fuchsia (OS)

2017-01-10 Thread Josh Conner via gcc-patches
On 1/10/17 7:54 AM, Richard Earnshaw (lists) wrote: On 12/12/16 21:31, Josh Conner via gcc-patches wrote: On 12/10/16 3:26 AM, Richard Earnshaw wrote: On 08/12/16 22:55, Josh Conner wrote: +arm*-*-fuchsia*) + tm_file="${tm_file} fuchsia.h arm/fuchsia-elf.h glibc-stdint.h" + tmak

Re: [PATCH] Add support for Fuchsia (OS)

2017-01-10 Thread Richard Earnshaw (lists)
On 12/12/16 21:31, Josh Conner via gcc-patches wrote: > On 12/10/16 3:26 AM, Richard Earnshaw wrote: >> On 08/12/16 22:55, Josh Conner wrote: >>> +arm*-*-fuchsia*) >>> + tm_file="${tm_file} fuchsia.h arm/fuchsia-elf.h glibc-stdint.h" >>> + tmake_file="${tmake_file} arm/t-bpabi" >>> +

Re: [PATCH] Add support for Fuchsia (OS)

2016-12-27 Thread Josh Conner via gcc-patches
Ping^2? On 12/19/16 10:05 AM, Josh Conner wrote: Ping? On 12/12/16 1:31 PM, Josh Conner wrote: On 12/10/16 3:26 AM, Richard Earnshaw wrote: On 08/12/16 22:55, Josh Conner wrote: +arm*-*-fuchsia*) + tm_file="${tm_file} fuchsia.h arm/fuchsia-elf.h glibc-stdint.h" + tmake_file="

[PATCH] Add support for Fuchsia (OS)

2016-12-19 Thread Josh Conner via gcc-patches
Ping? On 12/12/16 1:31 PM, Josh Conner wrote: On 12/10/16 3:26 AM, Richard Earnshaw wrote: On 08/12/16 22:55, Josh Conner wrote: +arm*-*-fuchsia*) + tm_file="${tm_file} fuchsia.h arm/fuchsia-elf.h glibc-stdint.h" + tmake_file="${tmake_file} arm/t-bpabi" + ;; This will lea

Re: [PATCH] Add support for Fuchsia (OS)

2016-12-12 Thread Josh Conner via gcc-patches
On 12/11/16 7:24 AM, Gerald Pfeifer wrote: On Thu, 8 Dec 2016, Josh Conner wrote: This patch adds support to gcc for the Fuchsia OS (https://fuchsia.googlesource.com/). Once this is in, can you please suggest a news item for our main page? (You could cook a patch following https://gcc.gnu.org

Re: [PATCH] Add support for Fuchsia (OS)

2016-12-12 Thread Josh Conner via gcc-patches
On 12/10/16 3:26 AM, Richard Earnshaw wrote: On 08/12/16 22:55, Josh Conner wrote: + arm*-*-fuchsia*) + tm_file="${tm_file} fuchsia.h arm/fuchsia-elf.h glibc-stdint.h" + tmake_file="${tmake_file} arm/t-bpabi" + ;; This will leave the default cpu as arm7tdmi. Is t

Re: [PATCH] Add support for Fuchsia (OS)

2016-12-11 Thread Gerald Pfeifer
On Thu, 8 Dec 2016, Josh Conner wrote: This patch adds support to gcc for the Fuchsia OS (https://fuchsia.googlesource.com/). Once this is in, can you please suggest a news item for our main page? (You could cook a patch following https://gcc.gnu.org/about.html or suggest wording or an HTML sn

Re: [PATCH] Add support for Fuchsia (OS)

2016-12-10 Thread Richard Earnshaw
On 08/12/16 22:55, Josh Conner wrote: > + arm*-*-fuchsia*) > + tm_file="${tm_file} fuchsia.h arm/fuchsia-elf.h glibc-stdint.h" > + tmake_file="${tmake_file} arm/t-bpabi" > + ;; This will leave the default cpu as arm7tdmi. Is that what you want? It's fine if it is, but if no

Re: [PATCH] Add support for Fuchsia (OS)

2016-12-09 Thread Josh Conner
Sorry, that should have been: #define CC1_SPEC "%{!fno-pic:%{!fno-PIC:%{!fpic:%{!fPIC:" \ "%{!fno-pie:%{!fno-PIE:%{!fpie:%{!fPIE: -fPIE" (default to PIE, not PIC) On Fri, Dec 9, 2016 at 11:33 AM, Josh Conner wrote: > On 12/9/16 12:26 AM, Andrew Pinski wrote: >> >> On

Re: [PATCH] Add support for Fuchsia (OS)

2016-12-09 Thread Josh Conner
On 12/9/16 12:26 AM, Andrew Pinski wrote: On Thu, Dec 8, 2016 at 2:55 PM, Josh Conner wrote: This patch adds support to gcc for the Fuchsia OS (https://fuchsia.googlesource.com/). OK for mainline? A few comments: +/* Build with PIC by default. */ +#undef CC1_SPEC +#define CC1_SPEC "%{!fno-

Re: [PATCH] Add support for Fuchsia (OS)

2016-12-09 Thread Andrew Pinski
On Thu, Dec 8, 2016 at 2:55 PM, Josh Conner wrote: > This patch adds support to gcc for the Fuchsia OS > (https://fuchsia.googlesource.com/). > > OK for mainline? A few comments: > +/* Build with PIC by default. */ > +#undef CC1_SPEC > +#define CC1_SPEC "%{!fno-pic:%{!fno-PIC:%{!fpic:%{!fPIC: -

[PATCH] Add support for Fuchsia (OS)

2016-12-08 Thread Josh Conner
This patch adds support to gcc for the Fuchsia OS (https://fuchsia.googlesource.com/). OK for mainline? Thanks - Josh 2016-12-08 Joshua Conner * config/arm/fuchsia-elf.h: New file. * config/fuchsia.h: New file. * config.gcc (*-*-fuchsia*): Set native_system_header_dir.