Fix reported Mac compile problem.
This patch removes the space between -L and the directory in the vpi Makefile. It also fixes the line to use the correct variable name for the LDFLAGS.
This commit is contained in:
parent
b376115e15
commit
0d9c04854f
|
|
@ -151,7 +151,7 @@ va_math.vpi: $V ../vvp/libvpi.a
|
|||
$(CC) @shared@ -o $@ $V -L../vvp $(LDFLAGS) -lvpi $(VA_MATH_VPI_LDFLAGS)
|
||||
|
||||
vhdl_sys.vpi: $(VHDL_SYS) ../vvp/libvpi.a
|
||||
$(CXX) @shared@ -o $@ $(VHDL_SYS) -L ../vvp $(LDFLAGS) -lvpi $(SYSTEM_VPI_FLAGS)
|
||||
$(CXX) @shared@ -o $@ $(VHDL_SYS) -L../vvp $(LDFLAGS) -lvpi $(SYSTEM_VPI_LDFLAGS)
|
||||
|
||||
stamp-vpi_config-h: $(srcdir)/vpi_config.h.in ../config.status
|
||||
@rm -f $@
|
||||
|
|
|
|||
Loading…
Reference in New Issue