projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cf188b
)
(address-width): Fix conditional.
author
drepper
<drepper>
Fri, 5 Jun 1998 20:36:11 +0000
(20:36 +0000)
committer
drepper
<drepper>
Fri, 5 Jun 1998 20:36:11 +0000
(20:36 +0000)
malloc/Makefile
patch
|
blob
|
history
diff --git
a/malloc/Makefile
b/malloc/Makefile
index
2204971
..
0da5540
100644
(file)
--- a/
malloc/Makefile
+++ b/
malloc/Makefile
@@
-51,7
+51,7
@@
generated = mtrace
# The Perl script will print addresses and to do this nicely we must know
# whether we are on a 32 or 64 bit machine.
-ifneq ($
strip($(findstring wordsize-32,$(config-sysdirs)
)),)
+ifneq ($
(findstring wordsize-32,$(config-sysdirs
)),)
address-width=10
else
address-width=18