public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] cross-build support, updated
@ 2022-05-06 17:45 Petr Ovtchenkov
  2022-05-06 17:45 ` [PATCH 1/2] support cross compilation Petr Ovtchenkov
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Petr Ovtchenkov @ 2022-05-06 17:45 UTC (permalink / raw)
  To: elfutils-devel

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-24  4:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-06 17:45 [PATCH 0/2] cross-build support, updated Petr Ovtchenkov
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

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