diff options
| author | Peter O'Gorman | 2011-01-23 17:00:22 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-01-23 17:00:22 -0500 |
| commit | 6de1218f3cbfabdb60446cffc5013962aa434de0 (patch) | |
| tree | e282f0a03f51f935a2b9a818e3dd09e0d5eeac06 /src/s | |
| parent | fdbd21a4827f00949986733c041fa814b1e4d143 (diff) | |
| download | emacs-6de1218f3cbfabdb60446cffc5013962aa434de0.tar.gz emacs-6de1218f3cbfabdb60446cffc5013962aa434de0.zip | |
Two more hunks from the HP-UX patch at Bug#6811.
* configure.in: Add HP-UX on IA64 (Bug#6811).
* src/s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811).
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux11.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/hpux11.h b/src/s/hpux11.h index 3382395a90f..f9ce5fabe2d 100644 --- a/src/s/hpux11.h +++ b/src/s/hpux11.h | |||
| @@ -12,5 +12,11 @@ | |||
| 12 | then close and reopen it in the child. */ | 12 | then close and reopen it in the child. */ |
| 13 | #define USG_SUBTTY_WORKS | 13 | #define USG_SUBTTY_WORKS |
| 14 | 14 | ||
| 15 | /* FIXME. Peter O'Gorman reports that dumping using unexelf.o doesn't | ||
| 16 | work either: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6811 */ | ||
| 17 | #if __ia64 | ||
| 18 | #define CANNOT_DUMP 1 | ||
| 19 | #endif | ||
| 20 | |||
| 15 | /* arch-tag: f5a3d780-82cd-4a9a-832e-a4031aab788b | 21 | /* arch-tag: f5a3d780-82cd-4a9a-832e-a4031aab788b |
| 16 | (do not change this comment) */ | 22 | (do not change this comment) */ |