summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-09-07 22:43:50 +0000
committermidipix <writeonce@midipix.org>2019-09-07 22:43:50 +0000
commit48ca0a1dd29f9c45e152f64c2e51b82c61d0c190 (patch)
tree63ae00baf6ad1311f0d1e4a2432ac39a296e753b
parented7de10819cf5787287a8dc898b55ace8a7a506b (diff)
downloadchainport-48ca0a1dd29f9c45e152f64c2e51b82c61d0c190.tar.bz2
chainport-48ca0a1dd29f9c45e152f64c2e51b82c61d0c190.tar.xz
README: updated slibtool-related note.
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index 3152712..ac8ce56 100644
--- a/README
+++ b/README
@@ -20,8 +20,6 @@ only require the above patch file. packages which do depend on libtool
can be easily built with slibtool (dl.midipix.org/slibtool) in the
following way:
-$ export MAKE="make LIBTOOL=slibtool"
-$ ./configure --host=... && make && make install
-
-a few packages (most notably binutils and gdb) require that you replace
-'slibtool' with 'slibtool-static' in the above export statement.
+$ ./configure --host=...
+$ make MAKE="LIBTOOL=rdlibtool"
+$ make MAKE="LIBTOOL=rdlibtool" install