This is the mail archive of the gcc-patches@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: Unifying ansidecl.h/gansidecl.h for gcc to include libiberty.h [1/3]


 > From: "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu>
 >  
 >         This patch is another step in unifying libiberty and gcc.  The
 > main goal is having gansidecl.h include ansidecl.h, which has a couple
 > of benefits:
 >  
 > [...] 
 >  
 >         This is part 1/3, okay to install?
 >  
 >                 --Kaveh


	These patches:

http://www.cygnus.com/ml/egcs-patches/1998-Nov/0038.html
http://www.cygnus.com/ml/egcs-patches/1998-Nov/0040.html
http://www.cygnus.com/ml/egcs-patches/1998-Nov/0039.html

require the following missing piece to fully complete a bootstrap. 
(This is in order for gansidecl.h to find ansidecl.h when building
libobjc/.  The libobjc config.h is really gcc's config.h.)  Consider this
part 4, sorry for the ommision. 

	Okay to install?

		--Kaveh



--- egcs-CVS19981103/libobjc/Makefile.in~	Tue Nov  3 16:05:30 1998
+++ egcs-CVS19981103/libobjc/Makefile.in	Wed Nov  4 18:45:31 1998
@@ -62,7 +62,8 @@ CFLAGS = @CFLAGS@
 ALL_CFLAGS = -I. -I$(srcdir) $(CPPFLAGS) $(DEFS) $(CFLAGS)
 
 INCLUDES = -I$(srcdir)/objc  -I$(srcdir)/$(MULTISRCTOP)../gcc \
-  -I$(srcdir)/$(MULTISRCTOP)../gcc/config -I$(MULTIBUILDTOP)../../gcc
+  -I$(srcdir)/$(MULTISRCTOP)../gcc/config -I$(MULTIBUILDTOP)../../gcc \
+  -I$(srcdir)/$(MULTISRCTOP)../include
 
 OBJC_GCFLAGS=-DOBJC_WITH_GC=1
 OBJC_THREAD_FILE=thr-@OBJC_THREAD_FILE@
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Icon CMT Corp.


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