diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d1235bd6718..7fe0196c621 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-10-02 Bernd Schmidt + + * gcc.c (process_command): Use spec_machine rather than + spec_host_machine to build tooldir_prefix2. + 2015-10-02 Thomas Schwinge Bernd Schmidt diff --git a/gcc/gcc.c b/gcc/gcc.c index db90796d048..7f5a36e69e5 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -4472,7 +4472,7 @@ process_command (unsigned int decoded_options_count, } gcc_assert (!IS_ABSOLUTE_PATH (tooldir_base_prefix)); - tooldir_prefix2 = concat (tooldir_base_prefix, spec_host_machine, + tooldir_prefix2 = concat (tooldir_base_prefix, spec_machine, dir_separator_str, NULL); /* Look for tools relative to the location from which the driver is