summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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