diff options
author | Wolfgang Hommel <wolf@code-wizards.com> | 2013-10-04 10:24:23 +0200 |
---|---|---|
committer | Wolfgang Hommel <wolf@code-wizards.com> | 2013-10-04 10:24:23 +0200 |
commit | 4586eef8517b1bc1bb00afbaf3d7bbb0138d511f (patch) | |
tree | 89c2f9dae7c3d6079ba18d663f5e7b8ee57b7ace /README | |
parent | d4ffebbf9897f8d667b9a8469bac21e6a2f6a938 (diff) | |
download | faketime-ng-4586eef8517b1bc1bb00afbaf3d7bbb0138d511f.tar.gz |
Documentation on building 32-bit libraries on 64-bit platforms
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -102,6 +102,10 @@ of view, there is no necessity for a system-wide installation, so you can use libfaketime also on machines where you do not have root privileges. You may want to adjust the PREFIX variable in the Makefiles accordingly. +By default, the Makefile compiles/links libfaketime for your default system +architecture. If you need to build, e.g., 32-bit files on a 64-bit platform, +please see the notes about CFLAGS and LDFLAGS in src/Makefile. + Since version 0.6, system calls to file timestamps are also intercepted, thanks to a contribution by Philipp Hachtmann. This is especially useful in combination with relative time offsets as explained in section 4d) below, if a |