From: <ba...@us...> - 2006-06-06 03:57:20
|
Revision: 337 Author: bardtx Date: 2006-06-05 20:57:17 -0700 (Mon, 05 Jun 2006) ViewCVS: http://svn.sourceforge.net/cadcdev/?rev=337&view=rev Log Message: ----------- kos: Make kos-cc wrapper work with C++ autoconf tests Modified Paths: -------------- kos/utils/gnu_wrappers/kos-cc Modified: kos/utils/gnu_wrappers/kos-cc =================================================================== --- kos/utils/gnu_wrappers/kos-cc 2006-06-06 03:55:57 UTC (rev 336) +++ kos/utils/gnu_wrappers/kos-cc 2006-06-06 03:57:17 UTC (rev 337) @@ -15,7 +15,7 @@ # Partial compile USEMODE=2 ;; - conftest.c) + conftest.c | conftest.cc) # Used in autoconf... we really probably need # a better way to do this. (scan for any .c?) USEMODE=1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |