diff options
Diffstat (limited to 'gcc/prefix.c')
-rw-r--r-- | gcc/prefix.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/prefix.c b/gcc/prefix.c index a7336e0395d..1c98271b187 100644 --- a/gcc/prefix.c +++ b/gcc/prefix.c @@ -298,6 +298,11 @@ update_path (path, key) path = translate_name (path); } +#ifdef UPDATE_PATH_HOST_CANONICALIZE +/* Perform host dependant canonicalization when needed. */ +UPDATE_PATH_HOST_CANONICALIZE (path, key); +#endif + #ifdef DIR_SEPARATOR_2 /* Convert DIR_SEPARATOR_2 to DIR_SEPARATOR. */ if (DIR_SEPARATOR != DIR_SEPARATOR_2) |