summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
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.