From cbdf128174a9ffd92f603d363cefccc13fc3d742 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Thu, 14 Aug 2003 15:07:19 +0000 Subject: [PATCH] removed automatic generation of shared library. [r1680] --- Makefile.in | 2 +- TODO | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c755730f4..825a88b1f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,7 +37,7 @@ include $(top_srcdir)/MakeTargets # add target firmjni if configured with --enable-firmjni all: firm -firm: config.h Makefile libfirm.a libfirm.so +firm: config.h Makefile libfirm.a libfirm.a: subdir_all $(XOFILES) $(OFILES) $(AR) $(ARFLAGS) $@.new $(XOFILES) $(OFILES) diff --git a/TODO b/TODO index d462dc73a..6a2b89bb8 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,8 @@ + * 14.8.2003 Goetz + Diverse dynamische arrays haben ein erstes, unverwendetes element. Z.B. + class members. Entfernen um Speicher zu sparen. + Ev. auch attribute an firm Knoten optimieren, per bitfield. + * 24.3.2003 Goetz tarval requirements: zu register_mode: -- 2.20.1