Use TOOLDIR_BASE_PREFIX, not TOOLDIR_PREFIX
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 13 Jan 1993 22:37:01 +0000 (22:37 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 13 Jan 1993 22:37:01 +0000 (22:37 +0000)
From-SVN: r3227

gcc/gcc.c

index 79be049..c15ff42 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -937,10 +937,10 @@ static char *standard_startfile_prefix = STANDARD_STARTFILE_PREFIX;
 static char *standard_startfile_prefix_1 = "/lib/";
 static char *standard_startfile_prefix_2 = "/usr/lib/";
 
-#ifndef TOOLDIR_PREFIX
-#define TOOLDIR_PREFIX "/usr/local/"
+#ifndef TOOLDIR_BASE_PREFIX
+#define TOOLDIR_BASE_PREFIX "/usr/local/"
 #endif
-static char *tooldir_base_prefix = TOOLDIR_PREFIX;
+static char *tooldir_base_prefix = TOOLDIR_BASE_PREFIX;
 static char *tooldir_prefix;
 
 /* Clear out the vector of arguments (after a command is executed).  */