Fixed calls to putenv().
From-SVN: r65937
This commit is contained in:
parent
ad27e65a22
commit
e4d72771c7
@ -1,3 +1,7 @@
|
||||
2003-04-22 Kean Johnston <jkj@sco.com>
|
||||
|
||||
* tlink.c (recompile_files): Add missing '=' to putenv calls
|
||||
|
||||
2003-04-22 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* ginclude/stddef.h: Provide C++ safe offsetof.
|
||||
|
@ -467,8 +467,8 @@ recompile_files ()
|
||||
{
|
||||
file *f;
|
||||
|
||||
putenv (xstrdup ("COMPILER_PATH"));
|
||||
putenv (xstrdup ("LIBRARY_PATH"));
|
||||
putenv (xstrdup ("COMPILER_PATH="));
|
||||
putenv (xstrdup ("LIBRARY_PATH="));
|
||||
|
||||
while ((f = file_pop ()) != NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user