public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Dave Brolley <brolley@redhat.com>
To: sid@sources.redhat.com
Subject: [patch] INCLUDES for sid/component/loader
Date: Sun, 15 Feb 2004 15:46:00 -0000	[thread overview]
Message-ID: <402F946E.9000107@redhat.com> (raw)

[-- 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)

                 reply	other threads:[~2004-02-15 15:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=402F946E.9000107@redhat.com \
    --to=brolley@redhat.com \
    --cc=sid@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).