summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-07 11:29:31 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-07 11:29:31 -0500
commitbdeba1354b7364d9b7857a048286a71ddbcdff86 (patch)
tree0693046c0fed2fe835c83814bd7f98a5075bc920 /INSTALL
parentd75a0a62b12c35ee85f786d5f8d155ab39909411 (diff)
Remove --enable-omitfp support
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL20
1 files changed, 6 insertions, 14 deletions
diff --git a/INSTALL b/INSTALL
index 3ec80e3846..3fcdb5c68c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -113,14 +113,6 @@ will be used, and CFLAGS sets optimization options for the compiler.
Don't build libraries with profiling information. You may want to
use this option if you don't plan to do profiling.
-`--enable-omitfp'
- Use maximum optimization for the normal (static and shared)
- libraries, and compile separate static libraries with debugging
- information and no optimization. We recommend not doing this.
- The extra optimization doesn't gain you much, it may provoke
- compiler bugs, and you won't be able to trace bugs through the C
- library.
-
`--disable-versioning'
Don't compile the shared libraries with symbol version information.
Doing this will make the resulting library incompatible with old
@@ -204,9 +196,9 @@ cross-compiler for the target you configured the library for; it is
important to use this same `CC' value when running `configure', like
this: `CC=TARGET-gcc configure TARGET'. Set `BUILD_CC' to the compiler
to use for programs run on the build system as part of compiling the
-library. You may need to set `AR' and `RANLIB' to cross-compiling
-versions of `ar' and `ranlib' if the native tools are not configured to
-work with object files for the target you configured for.
+library. You may need to set `AR' to cross-compiling versions of `ar'
+if the native tools are not configured to work with object files for
+the target you configured for.
Installing the C Library
========================
@@ -317,12 +309,11 @@ build the GNU C library:
Check the FAQ for any special compiler issues on particular
platforms.
- * GNU `binutils'
+ * GNU `binutils' 2.15 or later
You must use GNU `binutils' (as and ld) to build the GNU C library.
No other assembler or linker has the necessary functionality at the
- moment. The configure scripts checks for the appropriate version
- for the platform. Too-old versions will prevent building glibc.
+ moment.
* GNU `texinfo' 3.12f
@@ -461,3 +452,4 @@ or the manual has a bug, so report the disagreement. If you find any
errors or omissions in this manual, please report them to the bug
database. If you refer to specific sections of the manual, please
include the section names for easier identification.
+