diff options
Diffstat (limited to 'gcc/config/linux-aout.h')
-rw-r--r-- | gcc/config/linux-aout.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/linux-aout.h b/gcc/config/linux-aout.h index f63efd47790..5701fd94ded 100644 --- a/gcc/config/linux-aout.h +++ b/gcc/config/linux-aout.h @@ -22,14 +22,6 @@ Boston, MA 02111-1307, USA. */ /* Don't assume anything about the header files. */ #define NO_IMPLICIT_EXTERN_C -/* GNU/Linux uses ctype from glibc.a. I am not sure how complete it is. - For now, we play safe. It may change later. */ - -#if 0 -#undef MULTIBYTE_CHARS -#define MULTIBYTE_CHARS 1 -#endif - #undef STARTFILE_SPEC #define STARTFILE_SPEC "%{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt0.o%s}} %{static:-static}" |