From: Richard Stallman Date: Wed, 10 Jun 1992 21:23:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=00f7e60311964a91544f5e8f4719fd93df49759a;p=gcc.git *** empty log message *** From-SVN: r1187 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index 9cf213ee166..33245fe959e 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -2057,10 +2057,10 @@ process_command (argc, argv) temp = (char *) xmalloc (strlen (gcc_exec_prefix) + strlen (spec_version) + strlen (spec_machine) + 3); strcpy (temp, gcc_exec_prefix); - strcat (temp, spec_version); - strcat (temp, "/"); strcat (temp, spec_machine); strcat (temp, "/"); + strcat (temp, spec_version); + strcat (temp, "/"); gcc_exec_prefix = temp; } }