aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/hpux11.h6
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) */