Include user specified libraries on the link line.

This commit is contained in:
steve 2002-09-24 01:50:53 +00:00
parent 6258011210
commit 30b6cf7821
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: iverilog-vpi.sh,v 1.7 2002/09/18 23:25:18 steve Exp $"
#ident "$Id: iverilog-vpi.sh,v 1.8 2002/09/24 01:50:53 steve Exp $"
# These are the variables used for compiling files
CC=gcc
@ -113,4 +113,4 @@ then
fi
echo "Making $OUT from $OBJ..."
exec $LD -o $OUT $LDFLAGS $OBJ $LDLIBS
exec $LD -o $OUT $LDFLAGS $OBJ $LIB $LDLIBS