aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>1993-08-20 16:25:56 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>1993-08-20 16:25:56 +0000
commit7560d6cb1e9bc0a80f31dc417b9a1f6cf48c7dac (patch)
treed8e6be92352f95525d9c06831c0a232eee66f4e6 /gcc
parent00d4ca1c644a1a4c5d35e41a570479096f7a940c (diff)
downloadgcc-7560d6cb1e9bc0a80f31dc417b9a1f6cf48c7dac.zip
gcc-7560d6cb1e9bc0a80f31dc417b9a1f6cf48c7dac.tar.gz
gcc-7560d6cb1e9bc0a80f31dc417b9a1f6cf48c7dac.tar.bz2
Correct last change.
From-SVN: r5190
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 2d2f519..05b6e05 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,