From 7560d6cb1e9bc0a80f31dc417b9a1f6cf48c7dac Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 20 Aug 1993 16:25:56 +0000 Subject: [PATCH] Correct last change. From-SVN: r5190 --- gcc/gcc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/gcc.c b/gcc/gcc.c index 2d2f5197ec0..05b6e050c3e 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -3730,8 +3730,8 @@ main (argc, argv) if (gcc_exec_prefix) add_prefix (&startfile_prefix, concat (gcc_exec_prefix, - machine_suffix, - standard_startfile_prefix), + standard_startfile_prefix, + ""), 0, 0, NULL_PTR); add_prefix (&startfile_prefix, concat (standard_exec_prefix, -- 2.30.2