From: Jim Wilson Date: Tue, 25 Apr 1995 22:38:15 +0000 (-0700) Subject: (INIT_ENVIRONMENT): Define as string not putenv call. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=713ff25294f13f8319ae845973c0b85f0a054392;p=gcc.git (INIT_ENVIRONMENT): Define as string not putenv call. From-SVN: r9453 --- diff --git a/gcc/config/mips/cross64.h b/gcc/config/mips/cross64.h index 19c17fb5013..fcbb16f34b3 100644 --- a/gcc/config/mips/cross64.h +++ b/gcc/config/mips/cross64.h @@ -12,7 +12,7 @@ /* Must add TOOLROOT to the environment, or else the assembler will not work. */ #define INIT_ENVIRONMENT \ - putenv ("TOOLROOT=/usr/cross64") + "TOOLROOT=/usr/cross64" #undef STARTFILE_SPEC #define STARTFILE_SPEC \