diff options
-rw-r--r-- | gcc/config/mips/cross64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/cross64.h b/gcc/config/mips/cross64.h index 19c17fb..fcbb16f 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 \ |