From 53cc3d63170615deac779c9338b287a73f51faa1 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 13 Jan 1993 22:37:01 +0000 Subject: [PATCH] Use TOOLDIR_BASE_PREFIX, not TOOLDIR_PREFIX From-SVN: r3227 --- gcc/gcc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/gcc.c b/gcc/gcc.c index 79be049..c15ff42 100644 --- 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). */ -- 2.7.4