On 05/12/2015 06:27 PM, Thomas Schwinge wrote:
Patch variant 1:
@@ -4266,7 +4266,7 @@ process_command (unsigned int decoded_op
}
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
This one, definitely. The other one I can't remember. Are there any
testsuite results for either variant?
Bernd