* cygload/cygload.exp: .cpp -> .cc.
This commit is contained in:
parent
bd3b6ab4ee
commit
2af5aa67e2
|
@ -1,3 +1,7 @@
|
||||||
|
2005-06-06 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* cygload/cygload.exp: .cpp -> .cc.
|
||||||
|
|
||||||
2005-06-06 Max Kaehn <slothman@electric-cloud.com>
|
2005-06-06 Max Kaehn <slothman@electric-cloud.com>
|
||||||
|
|
||||||
* Makefile.in: Test cygload.
|
* Makefile.in: Test cygload.
|
||||||
|
|
|
@ -14,7 +14,7 @@ proc ws_spawn {cmd args} {
|
||||||
verbose send "catchCode = $rv\n"
|
verbose send "catchCode = $rv\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
ws_spawn "gcc -mno-cygwin $srcdir/$subdir/cygload.cpp -o mingw-cygload.exe -lstdc++ -Wl,-e,_cygloadCRTStartup@0"
|
ws_spawn "gcc -mno-cygwin $srcdir/$subdir/cygload.cc -o mingw-cygload.exe -lstdc++ -Wl,-e,_cygloadCRTStartup@0"
|
||||||
|
|
||||||
if { $rv != {0 {}} } {
|
if { $rv != {0 {}} } {
|
||||||
verbose -log "$rv"
|
verbose -log "$rv"
|
||||||
|
|
Loading…
Reference in New Issue