summaryrefslogtreecommitdiffstats
path: root/gcc/configure
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-06 18:50:45 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-06 18:50:45 +0000
commitc4918153fded93bf81a0c33d30cc07ec8709fb9c (patch)
tree426cd99705aacb72bb06b9c7301ea3d740e6ad81 /gcc/configure
parent35670164d20280add9ad664e25e8a6e47c228ad7 (diff)
downloadppe42-gcc-c4918153fded93bf81a0c33d30cc07ec8709fb9c.tar.gz
ppe42-gcc-c4918153fded93bf81a0c33d30cc07ec8709fb9c.zip
* Makfile.in: Remove traces of mbchar.
* c-parse.in (MULTIBYTE_CHARS): Remove. * config.in (MULTIBYTE_CHARS): Remove. * configure: Remove --enable-mbchar. * configure.in: Remove --enable-mbchar. * mbchar.c, mbchar.h: Remove. * system.h: Poison MULTIBYTE_CHARS. * config/linux-aout.h (MULTIBYTE_CHARS): Remove. * config/linux.h (MULTIBYTE_CHARS): Remove. * config/svr4.h (MULTIBYTE_CHARS): Remove. * config/sparc/linux.h (MULTIBYTE_CHARS): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69009 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure15
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/configure b/gcc/configure
index 74995a9006f..b685553bdcc 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -52,8 +52,6 @@ ac_help="$ac_help
ac_help="$ac_help
--enable-__cxa_atexit enable __cxa_atexit for C++"
ac_help="$ac_help
- --enable-c-mbchar enable multibyte characters for C and C++"
-ac_help="$ac_help
--enable-threads enable thread usage for target GCC
--enable-threads=LIB use LIB thread package for target GCC"
ac_help="$ac_help
@@ -2147,19 +2145,6 @@ if test "${enable___cxa_atexit+set}" = set; then
fi
-# Enable Multibyte Characters for C/C++
-# Check whether --enable-c-mbchar or --disable-c-mbchar was given.
-if test "${enable_c_mbchar+set}" = set; then
- enableval="$enable_c_mbchar"
- if test x$enable_c_mbchar != xno; then
- cat >> confdefs.h <<\EOF
-#define MULTIBYTE_CHARS 1
-EOF
-
-fi
-fi
-
-
# Enable threads
# Pass with no value to take the default
# Pass with a value to specify a thread package
OpenPOWER on IntegriCloud