More robust way to cope with parse.cc compilation.

This commit is contained in:
steve 2000-11-15 19:26:35 +00:00
parent 0ca9b2736b
commit 4b264a4c58
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ the make phase. All steps are in the verilog directory.
If gcc dies saying virtual memory exhausted while compiling parse.c
then recompile with -O1 or without -O flag and do these steps to
continue
o c++ -DHAVE_GETOPT_H=1 -DUSE_LIBVPIP=1 -g -I. -MD -c parse.cc -o parse.o
o mv parse.d dep/parse.d
o make CXXFLAGS='' parse.o
o make
2.