This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


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

Configure libiberty after newlib


libiberty's configure looks for header files, and they can only be
found after newlib has been configured.  Ok to install?

Index: ChangeLog
from  Alexandre Oliva  <aoliva@cygnus.com>

	* Makefile.in (configure-target-libiberty): Depend on
	configure-target-newlib.

Index: Makefile.in
===================================================================
RCS file: /cvs/cvsfiles/devo/Makefile.in,v
retrieving revision 1.638
diff -u -r1.638 Makefile.in
--- Makefile.in	2000/05/15 17:44:41	1.638
+++ Makefile.in	2000/05/16 06:44:26
@@ -1689,7 +1689,7 @@
 all-zip:
 configure-target-zlib: $(ALL_GCC)
 all-target-zlib: configure-target-zlib
-configure-target-libiberty: $(ALL_GCC)
+configure-target-libiberty: $(ALL_GCC) configure-target-newlib
 all-target-libiberty: configure-target-libiberty all-gcc all-ld all-target-newlib
 all-target: $(ALL_TARGET_MODULES)
 install-target: $(INSTALL_TARGET_MODULES)

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

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