]> mj.ucw.cz Git - pciutils.git/blobdiff - README
Changelogged the build system changes.
[pciutils.git] / README
diff --git a/README b/README
index 8c354bf57b119ed34475b46226c1063708518c8e..c46bd721aabba3151bbd104890b000e71c84bf6c 100644 (file)
--- a/README
+++ b/README
@@ -68,7 +68,7 @@ when running make:
                systems as a part of the standard libraries) and tries to
                autodetect its presence if the option is not specified.
 
-  SHARED=yes/  Build libpci as a shared library.  Requires the GNU toolchain.
+  SHARED=yes/  Build libpci as a shared library.  Requires GCC 4.0 or newer.
   no/local     The ABI of the shared library is intended to remain backward
                compatible for a long time (we use symbol versioning to achieve
                that, like GNU libc does).  The value `local' includes the
@@ -117,7 +117,7 @@ There is also a public GIT tree at:
 So far, there is only a little documentation for the library except for the
 general introduction in the pcilib(7) man page. If you want to use the
 library in your programs, please follow the comments in lib/pci.h and in
-the example program lib/example.c.
+the example program example.c.
 
 
 6. Feedback