public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
From: Petr Ovtchenkov <ptr@void-ptr.info>
To: elfutils-devel@sourceware.org
Subject: [PATCH 0/2] cross-build support, updated
Date: Fri,  6 May 2022 20:45:02 +0300	[thread overview]
Message-ID: <20220506174504.10952-1-ptr@void-ptr.info> (raw)

Cross-build support updated for 59158656f3b:

  - build libeu.a for build host arch (in lib-host);
  - build i386_gendis for build host arch;
  - use i386_gendis for generating;
  - avoid _FORTIFY_SOURCE for helper programs on build host,
    this may not correspond to target _FORTIFY_SOURCE level.

Tricks in use only when cross-build detected.

See also https://sourceware.org/bugzilla/show_bug.cgi?id=28891

Possible problem (not critical, IMHO): not tested for
out-of-tree build.


Petr Ovtchenkov (2):
  support cross compilation
  drop _FORTIFY_SOURCE for host build

 Makefile.am          |  2 +-
 configure.ac         |  6 ++++++
 lib-host/Makefile.am | 48 ++++++++++++++++++++++++++++++++++++++++++++
 libcpu/Makefile.am   | 12 +++++++++++
 4 files changed, 67 insertions(+), 1 deletion(-)
 create mode 100644 lib-host/Makefile.am

-- 
2.35.1.1.ge5a6898900


WARNING: multiple messages have this Message-ID
From: Petr Ovtchenkov <ptr@void-ptr.info> (by way of Petr Ovtchenkov <ptr@void-ptr.info>)
To: elfutils-devel@sourceware.org
Subject: [PATCH 0/2] cross-build support, updated
Date: Fri, 24 Jun 2022 04:28:10 -0000	[thread overview]
Message-ID: <20220506174504.10952-1-ptr@void-ptr.info> (raw)
Message-ID: <20220624042810.dtzbN8ISC-p508SzTHahgWuq-aPVv42IMVzUAMNM_UU@z> (raw)

Cross-build support updated for 59158656f3b:

  - build libeu.a for build host arch (in lib-host);
  - build i386_gendis for build host arch;
  - use i386_gendis for generating;
  - avoid _FORTIFY_SOURCE for helper programs on build host,
    this may not correspond to target _FORTIFY_SOURCE level.

Tricks in use only when cross-build detected.

See also https://sourceware.org/bugzilla/show_bug.cgi?id=28891

Possible problem (not critical, IMHO): not tested for
out-of-tree build.


Petr Ovtchenkov (2):
  support cross compilation
  drop _FORTIFY_SOURCE for host build

 Makefile.am          |  2 +-
 configure.ac         |  6 ++++++
 lib-host/Makefile.am | 48 ++++++++++++++++++++++++++++++++++++++++++++
 libcpu/Makefile.am   | 12 +++++++++++
 4 files changed, 67 insertions(+), 1 deletion(-)
 create mode 100644 lib-host/Makefile.am

-- 
2.35.1.1.ge5a6898900


             reply	other threads:[~2022-05-06 17:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-06 17:45 Petr Ovtchenkov [this message]
2022-05-06 17:45 ` [PATCH 1/2] support cross compilation Petr Ovtchenkov
2022-06-24  4:29   ` Petr Ovtchenkov
2022-05-06 17:45 ` [PATCH 2/2] drop _FORTIFY_SOURCE for host build Petr Ovtchenkov
2022-06-24  4:30   ` Petr Ovtchenkov
2022-06-24  4:28 ` [PATCH 0/2] cross-build support, updated Petr Ovtchenkov

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=20220506174504.10952-1-ptr@void-ptr.info \
    --to=ptr@void-ptr.info \
    --cc=elfutils-devel@sourceware.org \
    /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).