This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


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

[sim/v850] Link with libintl


Hello,

I'm checking in the attatched so that the v850 simulator will build. 
That in turn allows GDB to build.

As a quick hack it isn't really bad.

	Andrew
2001-03-14  Andrew Cagney  <ac131313@redhat.com>

	* Makefile.in (gencode): Link with libintl.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/sim/v850/Makefile.in,v
retrieving revision 1.2
diff -p -r1.2 Makefile.in
*** Makefile.in	2001/02/01 06:56:29	1.2
--- Makefile.in	2001/03/14 21:47:46
*************** tmp-gencode: gencode
*** 56,63 ****
  	touch tmp-gencode
  gencode.o: gencode.c
  	$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gencode.c
! gencode: gencode.o ../../opcodes/libopcodes.a
! 	$(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o ../../opcodes/libopcodes.a
  
  
  
--- 56,63 ----
  	touch tmp-gencode
  gencode.o: gencode.c
  	$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gencode.c
! gencode: gencode.o ../../opcodes/libopcodes.a ../../intl/libintl.a
! 	$(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o ../../opcodes/libopcodes.a ../../intl/libintl.a
  
  
  

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