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]
Other format: [Raw text]

Patch: frv build fix


A header file was removed from this port recently, but the build machinery
wasn't fixed.  Ok for trunk and branch?

AG


2002-1-10  Anthony Green  <green@redhat.com>
		
	* config/frv/t-frv (EXTRA_HEADERS): Remove media.h


Index: config/frv/t-frv
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/frv/t-frv,v
retrieving revision 1.1
diff -2 -c -r1.1 t-frv
*** config/frv/t-frv	5 Aug 2002 11:41:05 -0000	1.1
--- config/frv/t-frv	10 Jan 2003 14:35:41 -0000
***************
*** 91,93 ****
  INSTALL_LIBGCC = install-multilib
  
! EXTRA_HEADERS = $(srcdir)/config/frv/frv-asm.h $(srcdir)/config/frv/media.h
--- 91,93 ----
  INSTALL_LIBGCC = install-multilib
  
! EXTRA_HEADERS = $(srcdir)/config/frv/frv-asm.h




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