public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* [patch] INCLUDES for sid/component/loader
@ 2004-02-15 15:46 Dave Brolley
  0 siblings, 0 replies; only message in thread
From: Dave Brolley @ 2004-02-15 15:46 UTC (permalink / raw)
  To: sid

[-- Attachment #1: Type: text/plain, Size: 133 bytes --]

I've committed the attached addition to my elf loader patch. It allows 
libiberty.h to be found on non-linux build platforms.

Dave


[-- Attachment #2: elfload1.patch.txt --]
[-- Type: text/plain, Size: 922 bytes --]

Index: sid/component/loader/Makefile.am
===================================================================
RCS file: /cvs/src/src/sid/component/loader/Makefile.am,v
retrieving revision 1.3
diff -c -p -r1.3 Makefile.am
*** sid/component/loader/Makefile.am	12 Feb 2004 20:30:08 -0000	1.3
--- sid/component/loader/Makefile.am	15 Feb 2004 15:42:29 -0000
*************** pkglib_LTLIBRARIES = libloader.la
*** 8,14 ****
  
  pkgdata_DATA = sw-load-elf.txt
  
! INCLUDES = -I. -I../../include -I$(srcdir)/../../include
  libloader_la_SOURCES = compLoader.cxx elfload.c
  libloader_la_LDFLAGS = -module -no-undefined
  libloader_la_LIBADD = $(LIBIBERTY)
--- 8,14 ----
  
  pkgdata_DATA = sw-load-elf.txt
  
! INCLUDES = -I. -I../../include -I$(srcdir)/../../include -I$(srcdir)/../../../include
  libloader_la_SOURCES = compLoader.cxx elfload.c
  libloader_la_LDFLAGS = -module -no-undefined
  libloader_la_LIBADD = $(LIBIBERTY)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-15 15:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-15 15:46 [patch] INCLUDES for sid/component/loader Dave Brolley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).