From 00f7e60311964a91544f5e8f4719fd93df49759a Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 10 Jun 1992 21:23:54 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1187 --- gcc/gcc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } } -- 2.30.2