From bdeba1354b7364d9b7857a048286a71ddbcdff86 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Jan 2012 11:29:31 -0500 Subject: Remove --enable-omitfp support --- FAQ.in | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'FAQ.in') diff --git a/FAQ.in b/FAQ.in index af61599..216155c 100644 --- a/FAQ.in +++ b/FAQ.in @@ -265,21 +265,7 @@ any other link path. ?? What's the problem with configure --enable-omitfp? -{AJ} When --enable-omitfp is set the libraries are built without frame -pointers. Some compilers produce buggy code for this model and therefore we -don't advise using it at the moment. - -If you use --enable-omitfp, you're on your own. If you encounter problems -with a library that was build this way, we advise you to rebuild the library -without --enable-omitfp. If the problem vanishes consider tracking the -problem down and report it as compiler failure. - -Since a library built with --enable-omitfp is undebuggable on most systems, -debuggable libraries are also built - you can use them by appending "_g" to -the library names. - -The compilation of these extra libraries and the compiler optimizations slow -down the build process and need more disk space. +{} Removed. Does not apply anymore. ?? I get failures during `make check'. What should I do? -- cgit v1.1