* cygload/cygload.exp: .cpp -> .cc.

This commit is contained in:
Christopher Faylor 2005-06-06 21:28:22 +00:00
parent bd3b6ab4ee
commit 2af5aa67e2
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* Makefile.in: Test cygload.

View File

@ -14,7 +14,7 @@ proc ws_spawn {cmd args} {
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 {}} } {
verbose -log "$rv"