diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-20 22:09:49 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-20 22:09:49 +0000 |
commit | 9bf2a7c888312f197bbad77f47c067f856900578 (patch) | |
tree | b49307a57306f235c00101953be211b990dfb5e7 /configure | |
parent | 46981239e8dc5982e0cd5f3db90058f40ac709c2 (diff) | |
download | skalibs-9bf2a7c888312f197bbad77f47c067f856900578.tar.xz |
INSTALL now explains the easy cross-compilation
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,8 +44,8 @@ $package options: --with-default-path=PATH default executable search path [/usr/bin:/bin] Sysdeps autodetection override: - --with-sysdep-X=yes|no|value override sysdep X with the given value [autodetected] -List of mandatory X for cross-compiling: devurandom + --with-sysdep-K=V assume sysdep K has the value V [autodetected] +List of mandatory K for cross-compiling: devurandom (V=yes|no) EOF exit 0 |