(INIT_ENVIRONMENT): Define as string not putenv call.
From-SVN: r9453
This commit is contained in:
parent
3ffeb8f1c7
commit
713ff25294
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user