Message-ID: <3A2FDC6D.86AF8881@softhome.net> Date: Thu, 07 Dec 2000 19:52:29 +0100 From: Laurynas Biveinis X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: DJGPP Workers Subject: Bug in tests/makefile.inc Content-Type: text/plain; charset=iso-8859-4 Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com There is a line saying LINK = ld $(LDFLAGS) $^ -o $@ ${LIB}/libgcc.a -T ${TOP}/../../lib/djgpp.djl However, current GCC libgcc.a lives in lib/gcc-lib/djgpp/X.YZ/libgcc.a. What's the point of specifying explicit link command? Maybe it can be removed? Laurynas