From 48ca0a1dd29f9c45e152f64c2e51b82c61d0c190 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 7 Sep 2019 22:43:50 +0000 Subject: README: updated slibtool-related note. --- README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README') 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 -- cgit v1.2.3