summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-07-03 23:50:27 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-07-03 23:50:27 +0200
commit3c5528bc93da85c2d0129014b05cbcedb5a7260e (patch)
tree7f938d946bd36820d64588200475452625a1e3df /Makefile.am
parenta29229ff20b2e1199e52099328902ae45a5f6f0d (diff)
Add ffs to clib_routines
Since pmap.c uses it in SMP mode. * Makefile.am (clib_routines): Add ffs.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 83ed57c0..01b08a10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -169,7 +169,7 @@ clib_routines := htonl htons ntohl ntohs \
udivdi3 __udivdi3 __udivmoddi4 __umoddi3 \
__divdi3 \
__rel_iplt_start __rel_iplt_end \
- __ffsdi2 \
+ __ffsdi2 ffs \
_START _start etext _edata end _end # actually ld magic, not libc.
gnumach-undef: gnumach.$(OBJEXT)
$(NM_V) $(NM) -u $< | sed 's/ *U *//' | sort -u > $@