diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-23 18:37:18 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-23 18:37:18 -0800 |
commit | 65b1b34f9a057560077b9c7cce9d1148815e3944 (patch) | |
tree | 76cd0784ec3813388901ccd8fdebc5e0d4c0bcfa /ChangeLog | |
parent | bfb9e798d4721a3620b6bcb7f6dc2869d9798f2f (diff) | |
download | txr-65b1b34f9a057560077b9c7cce9d1148815e3944.tar.gz txr-65b1b34f9a057560077b9c7cce9d1148815e3944.tar.bz2 txr-65b1b34f9a057560077b9c7cce9d1148815e3944.zip |
* Makefile (conftest.o): revert change that took CFLAGS from
this target.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2009-11-23 Kaz Kylheku <kkylheku@gmail.com> + * Makefile (conftest.o): revert change that took CFLAGS from + this target. + +2009-11-23 Kaz Kylheku <kkylheku@gmail.com> + * configure: Don't rely on higher precision arithmetic from the build machine's shell. POSIX requires shell arithmetic to be only signed long. We can't compute the INT_PTR_MAX constant in the shell, but |