From 9d1a8da0e35084d837dfe2fc0bd2964ee8ade5f1 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sat, 9 Mar 2013 20:04:50 +0100 Subject: Add bootstrap_charset/BOOTSTRAP_CHARSET for non-ASCII architectures --- config_h.SH | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config_h.SH') diff --git a/config_h.SH b/config_h.SH index dfb57b5365..842f13e0be 100755 --- a/config_h.SH +++ b/config_h.SH @@ -2711,7 +2711,12 @@ sed <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol, if defined, indicates that this system uses * EBCDIC encoding. */ +/* BOOTSTRAP_CHARSET: + * This symbol, if defined, indicates that this system uses + * BOOTSTRAP_CHARSET + */ #$ebcdic EBCDIC /**/ +#$bootstrap_charset BOOTSTRAP_CHARSET /**/ /* Fpos_t: * This symbol holds the type used to declare file positions in libc. -- cgit v1.2.1