(INIT_ENVIRONMENT): Define as string not putenv call.

From-SVN: r9453
This commit is contained in:
Jim Wilson 1995-04-25 15:38:15 -07:00
parent 3ffeb8f1c7
commit 713ff25294

View 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 \