diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 0b46faa..bc60d36 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1624,6 +1624,12 @@ #endif +/* Define to 1 if you have the `get_current_dir_name' function. */ +#ifndef USED_FOR_TARGET +#undef HAVE_GET_CURRENT_DIR_NAME +#endif + + /* Define to 1 if using GNU as. */ #ifndef USED_FOR_TARGET #undef HAVE_GNU_AS |