repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix invalid escape sequence in build-many-glibcs.py
[glibc.git]
/
sysdeps
/
wordsize-64
/
Makefile
blob
db7764f66414e8972864b2933678a59aeb79b5b4
1
ifeq
($(
subdir
),
misc
)
2
tests
+=
tst-writev
3
endif
4
5
# strtol is aliased to stroll
6
CFLAGS-strtol.c
+= -
fno-builtin-strtoll
$(
config-cflags-wno-ignored-attributes
)
7
# strtoul is aliased to strtoull
8
CFLAGS-strtoul.c
+= -
fno-builtin-strtoull
$(
config-cflags-wno-ignored-attributes
)