* cygload/cygload.exp: .cpp -> .cc.
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user