summaryrefslogtreecommitdiff
path: root/doc/platform.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-08-09 15:30:24 +0200
committerDiego Biurrun <diego@biurrun.de>2012-08-09 20:05:54 +0200
commit52561d011658e64fc3d0edb25f5f1b64f9aa7430 (patch)
tree2d4677777deea220d15aa5d82c2d095a00c0a51b /doc/platform.texi
parent90f7e6176938487a77b8b4cdc8b4eaeeaca3e094 (diff)
doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugs
Diffstat (limited to 'doc/platform.texi')
-rw-r--r--doc/platform.texi15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/platform.texi b/doc/platform.texi
index 2049031f11..0ed8e07637 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -292,21 +292,6 @@ In order to run FATE you will also need the following "Utils" packages:
bc, diffutils
@end example
-Then run
-
-@example
-./configure
-@end example
-
-to make a static build.
-
-To build shared libraries add a special compiler flag to work around current
-@code{gcc4-core} package bugs in addition to the normal configure flags:
-
-@example
-./configure --enable-shared --disable-static --extra-cflags=-fno-reorder-functions
-@end example
-
If you want to build Libav with additional libraries, download Cygwin
"Devel" packages for Ogg and Vorbis from any Cygwin packages repository:
@example