diff options
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r-- | gcc/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h index a9584e0b505..1b9da03f28a 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -114,6 +114,9 @@ /* Define to enable the use of a default linker. */ #undef DEFAULT_LINKER +/* Define if host mkdir takes a single argument. */ +#undef MKDIR_TAKES_ONE_ARG + /* Define to the name of the distribution. */ #undef PACKAGE |