diff options
| author | Paul Eggert | 2013-04-26 12:31:09 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-04-26 12:31:09 -0700 |
| commit | f780d632f2047ccf07208081aa477882ef4ecc2a (patch) | |
| tree | 2eee9afd1a4113ee2eeb2319807064eb2c68a992 /ChangeLog | |
| parent | ff7210d55b30e175da1384ba707ce1340a0c4e11 (diff) | |
| download | emacs-f780d632f2047ccf07208081aa477882ef4ecc2a.tar.gz emacs-f780d632f2047ccf07208081aa477882ef4ecc2a.zip | |
Port better to AIX.
* configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
we did not already infer an optimization option, and -O works.
AIX xlc needs -O, otherwise garbage collection doesn't work.
* src/lisp.h (ENUM_BF) [__IBMC__]: Make it 'unsigned int' here, too,
to pacify AIX xlc.
Fixes: debbugs:14258
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-04-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port better to AIX (Bug#14258). | ||
| 4 | * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS, | ||
| 5 | we did not already infer an optimization option, and -O works. | ||
| 6 | AIX xlc needs -O, otherwise garbage collection doesn't work. | ||
| 7 | |||
| 1 | 2013-04-22 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2013-04-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | * make-dist: Do not distribute admin/unidata/Makefile. | 10 | * make-dist: Do not distribute admin/unidata/Makefile. |