Commit 713ff252 by Jim Wilson

(INIT_ENVIRONMENT): Define as string not putenv call.

From-SVN: r9453
parent 3ffeb8f1
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
/* Must add TOOLROOT to the environment, or else the assembler will not /* Must add TOOLROOT to the environment, or else the assembler will not
work. */ work. */
#define INIT_ENVIRONMENT \ #define INIT_ENVIRONMENT \
putenv ("TOOLROOT=/usr/cross64") "TOOLROOT=/usr/cross64"
#undef STARTFILE_SPEC #undef STARTFILE_SPEC
#define STARTFILE_SPEC \ #define STARTFILE_SPEC \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment