From 6b2a5b63bda73908717e619a97707d3f71b8c911 Mon Sep 17 00:00:00 2001 From: Boris Boesler Date: Wed, 19 Sep 2001 08:26:27 +0000 Subject: [PATCH] added usage of libiberty for NT/cygwin compatibility [r258] --- testprograms/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testprograms/Makefile.in b/testprograms/Makefile.in index 275427132..b53b3a1f1 100644 --- a/testprograms/Makefile.in +++ b/testprograms/Makefile.in @@ -30,7 +30,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ -I$(top_srcdir)/ir/tv LDFLAGS += -L$(topdir) -LDLIBS += -lfirm -lgmp +LDLIBS += -lfirm -lgmp -liberty GENFILES := $(bin_EXAMPLES) *.vcg -- 2.20.1