* cygcheck.cc (load_cygwin): Remove debugging statement.
This commit is contained in:
parent
ceb7fa1c4a
commit
f609f58d32
@ -1,3 +1,7 @@
|
|||||||
|
2005-05-20 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* cygcheck.cc (load_cygwin): Remove debugging statement.
|
||||||
|
|
||||||
2005-05-20 Christopher Faylor <cgf@timesys.com>
|
2005-05-20 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* cygcheck.cc (dump_sysinfo): Don't attempt to use path if it is not
|
* cygcheck.cc (dump_sysinfo): Don't attempt to use path if it is not
|
||||||
|
@ -1466,7 +1466,6 @@ load_cygwin (int& argc, char **&argv)
|
|||||||
char **envp = (char **) cygwin_internal (CW_ENVP);
|
char **envp = (char **) cygwin_internal (CW_ENVP);
|
||||||
if (envp)
|
if (envp)
|
||||||
{
|
{
|
||||||
cygwin_internal (CW_DEBUG_SELF, "d:\\cygwin\\bin\\gdb.exe");
|
|
||||||
/* Store path and revert to this value, otherwise path gets overwritten
|
/* Store path and revert to this value, otherwise path gets overwritten
|
||||||
by the POSIXy Cygwin variation, which breaks cygcheck.
|
by the POSIXy Cygwin variation, which breaks cygcheck.
|
||||||
Another approach would be to use the Cygwin PATH and convert it to
|
Another approach would be to use the Cygwin PATH and convert it to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user