This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Can't compiles egcs 19980517 linux-gnulibc1 libiberty


Jeffrey A Law <law@cygnus.com> writes:

|>   In message <Pine.A32.3.95.980519135213.16292A-100000@ltoi.iap.physik.tu-darms
|> tadt.de>you write:
|>   > I can't compile egcs 19980517 on my linux-gnulibc1 system.
|> Did you make a fresh build directory like I recommended a
|> short while ago due to the libiberty conversion to autoconf?

|> Does your libiberty directory have alloca-conf.h?

Here is a patch:

Fri May 22 11:06:41 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* Makefile.in (distclean): Don't remove alloca-conf.h

--- egcs/libiberty/Makefile.in.~1~	Fri May 22 02:20:51 1998
+++ egcs/libiberty/Makefile.in	Fri May 22 10:34:09 1998
@@ -195,7 +195,7 @@
 	@$(MULTICLEAN) multi-clean DO=clean
 distclean: clean
 	@$(MULTICLEAN) multi-clean DO=distclean
-	rm -f *~ Makefile config.status alloca-conf.h xhost-mkfrag TAGS multilib.out
+	rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out
 maintainer-clean realclean: distclean
 
 force:


-- 
Andreas Schwab                                      "And now for something
schwab@issan.informatik.uni-dortmund.de              completely different"
schwab@gnu.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]