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

2016-12-27 Thread Josh Conner
Ping? - Josh On Thu, Dec 8, 2016 at 4:28 PM, Josh Conner wrote: > Please find attached a patch that adds support for the Fuchsia OS > (https://fuchsia.googlesource.com/). > Let me know if there are any questions. > > Thanks! > > - Josh >

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

2016-12-12 Thread Josh Conner
Attached is an updated patch that reflects a difference in the way pic/pie options are handled in gcc for fuchsia. With this new patch, -fPIC is no longer treated as the default (since we now use -fPIE as the default). Please let me know if there's anything else I can provide. Thanks! -

[PATCH] Add support for fuchsia (OS)

2016-12-08 Thread Josh Conner
Please find attached a patch that adds support for the Fuchsia OS (https://fuchsia.googlesource.com/). Let me know if there are any questions. Thanks! - Josh diff --git a/m4/libtool.m4 b/m4/libtool.m4 index ee292af..a463ae7 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1968,6 +1968,11 @@