(INIT_ENVIRONMENT): Define as string not putenv call.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 25 Apr 1995 22:38:15 +0000 (15:38 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 25 Apr 1995 22:38:15 +0000 (15:38 -0700)
From-SVN: r9453

gcc/config/mips/cross64.h

index 19c17fb50131506a9d13fcbe10ac01f702c44b8d..fcbb16f34b3013fd0c85415d7564f326224a68a8 100644 (file)
@@ -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 \