]> gcc.gnu.org Git - gcc.git/commitdiff
Correct last change.
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 20 Aug 1993 16:25:56 +0000 (16:25 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 20 Aug 1993 16:25:56 +0000 (16:25 +0000)
From-SVN: r5190

gcc/gcc.c

index 2d2f5197ec05365e3b712eb3347df7131a7e0480..05b6e050c3ed5d6e87db77960ce76f81e3a2e590 100644 (file)
--- 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,
This page took 0.066248 seconds and 5 git commands to generate.