From: Ian Lance Taylor Date: Wed, 13 Jan 1993 22:37:01 +0000 (+0000) Subject: Use TOOLDIR_BASE_PREFIX, not TOOLDIR_PREFIX X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53cc3d63170615deac779c9338b287a73f51faa1;p=gcc.git Use TOOLDIR_BASE_PREFIX, not TOOLDIR_PREFIX From-SVN: r3227 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index 79be0499a63..c15ff4248fa 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). */