iverilog/driver-vpi
Cary R d9d8d4b093 In driver-vpi only look at the first CC word when checking compiler path.
In the MinGW version of iverilog-vpi (C version located in driver-vpi)
we must only look at the first word of the IVERILOG_VPI_CC definition.
A recent change to the configuration process made this equal to
"gcc -std=gnu99" which will not be found when looking for the
gcc executable. We nee to look for "<path>\\bin\\gcc.exe". This
patch modifies the driver to only use the first word when looking for
the compiler, but uses the full value when compiling.
2009-10-13 21:16:32 -07:00
..
Makefile.in Update mkinstalldirs to handle paths with spaces. 2009-02-04 08:44:22 -08:00
config.h.in Fix MinGW suffix configuration. 2008-11-17 19:45:21 -08:00
main.c In driver-vpi only look at the first CC word when checking compiler path. 2009-10-13 21:16:32 -07:00
res.rc Spelling fixes. 2003-07-15 03:49:22 +00:00