diff options
author | Rical Jasan <ricaljasan@pacific.net> | 2016-10-06 12:28:45 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-10-06 12:28:45 +0530 |
commit | b55a155f005366b5a6c886a2e4c57707b341b619 (patch) | |
tree | fcb53ad74e5a0f9d9bac09eb77de4f0ac3feb370 /INSTALL | |
parent | Manual typos: C Language Facilities in the Library (diff) | |
download | glibc-b55a155f005366b5a6c886a2e4c57707b341b619.tar.gz glibc-b55a155f005366b5a6c886a2e4c57707b341b619.tar.bz2 glibc-b55a155f005366b5a6c886a2e4c57707b341b619.zip |
Manual typos: Installing
2016-05-06 Rical Jasan <ricaljasan@pacific.net>
* manual/install.texi: Fix typos in the manual.
* INSTALL: Regenerated.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -155,8 +155,8 @@ will be used, and CFLAGS sets optimization options for the compiler. can configure with '--disable-werror'. '--disable-mathvec' - By default for x86_64, the GNU C Library is built with vector math - library. Use this option to disable vector math library. + By default for x86_64, the GNU C Library is built with the vector + math library. Use this option to disable the vector math library. '--build=BUILD-SYSTEM' '--host=HOST-SYSTEM' @@ -193,8 +193,8 @@ will be used, and CFLAGS sets optimization options for the compiler. To build the library and related programs, type 'make'. This will produce a lot of output, some of which may look like errors from 'make' -but isn't. Look for error messages from 'make' containing '***'. Those -indicate that something is seriously wrong. +but aren't. Look for error messages from 'make' containing '***'. +Those indicate that something is seriously wrong. The compilation process can take a long time, depending on the configuration and the speed of your machine. Some complex modules may |