From 713ff25294f13f8319ae845973c0b85f0a054392 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 25 Apr 1995 15:38:15 -0700 Subject: [PATCH] (INIT_ENVIRONMENT): Define as string not putenv call. From-SVN: r9453 --- gcc/config/mips/cross64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2