From ba9c0304144c219fcd641f8907691e6c44625e4e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 30 Nov 2020 21:08:17 +0000 Subject: Fix sysdep lib filling of config.mak --- INSTALL | 3 +++ 1 file changed, 3 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index e98ff41..93e7b42 100644 --- a/INSTALL +++ b/INSTALL @@ -113,6 +113,9 @@ configure is: --with-sysdep-K=V For instance, to say that the target has a working pseudorandom number generator in /dev/urandom, you would give the following option to configure: --with-sysdep-devurandom=yes + If there are additional arguments to the sysdep, such as linker +flags, give them separated by commas. Example: +--with-sysdep-posixspawn=yes,-lrt ./configure --help lists all the sysdeps you need to manually provide a value for when cross-compiling. -- cgit v1.3.1