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], Document the PowerPC --with-long-double-format={ibm,ieee} configuration options


On Wed, Feb 07, 2018 at 05:48:26PM -0500, Michael Meissner wrote:
> This patch udpates the GCC installation documentation to document the
> configuration options to set the long double type on the PowerPC: I verified
> that the documentation builds.  Can I install this on to the trunk?

Yes please, thanks!  A few minor issues:

> 2018-02-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
> 
> 	* doc/install.texi (Configuration): Document the
> 	--with-long-double-format={ibm,eee} PowerPC configuration
> 	options.

Typo ("ieee").

> +@item --with-long-double-format=ibm
> +@itemx --with-long-double-format-ieee

Typo ("=ieee").

> +systems.  If you are building multilibs, you will need to configure
> +the compiler using the @option{--with-system-zlib} option.

Why is that?  Is that a bug?  On BE we build multilibs all the time,
and we do not need that flag.


Segher


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