iverilog/tgt-null
Cary R b26bdd3c19 MinGW fixes (development)
The MinGW system() implementation appears to return the straight
return value instead of the waitpid() like result that more
normal systems return. Because of this just return the system()
result without processing for MinGW compilations.

Older version of the MinGW runtime (pre 3.14) just used the
underlying vsnprintf(). Which has some problems. The 3.14 version
has some nice improvements, but it has a sever bug when processing
"%*.*f", -1, -1, <some_real_value>.  Because of this we need to use
the underlying version without the enhancements for now.

snprintf prints %p differently than the other printf routines
so use _snprintf to get consistent results.

Only build the PDF files if both man and ps2pdf exist.

MinGW does not know about the z modifier for %d, %u, etc.

Add some missing Makefile check targets.
2008-05-22 20:24:21 -07:00
..
.cvsignore Make the null target into a loadable target. 2000-12-02 04:50:32 +00:00
Makefile.in MinGW fixes (development) 2008-05-22 20:24:21 -07:00
null-s.conf Move the DLL= flag to target config files. 2003-11-13 05:55:33 +00:00
null.c conditional ident string using autoconfig. 2002-08-12 01:34:58 +00:00
null.conf Move the DLL= flag to target config files. 2003-11-13 05:55:33 +00:00