diff options
author | Mattias Andrée <maandree@kth.se> | 2023-12-16 12:40:10 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-12-16 12:40:10 +0100 |
commit | 683f205402a99cfc8cea46c83ce9b46a42616d42 (patch) | |
tree | f6ee1619454a6ec8b9e31770bbbc2abf36aae2fd /config.mk | |
parent | Improve portability (diff) | |
download | libsyscalls-683f205402a99cfc8cea46c83ce9b46a42616d42.tar.gz libsyscalls-683f205402a99cfc8cea46c83ce9b46a42616d42.tar.bz2 libsyscalls-683f205402a99cfc8cea46c83ce9b46a42616d42.tar.xz |
All kinds of stuff
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ LDFLAGS = # system call description, but only references to them, not their # instantiations (which have static storage), for that it it relies # on compiler optimisation.) +# If you know that the compiler has __builtin_ffsll([unsigned] long long int) +# which returns the index, plus 1, of the least significant set bit +# or 0 for 0, you can add -DHAVE_BUILTIN_FFSLL to CPPFLAGS; if you +# are using GCC>=3.4 or clang>=5, this is added automatically. DOWNLOAD = curl -- |