mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] Support cross-compiling on Mac OS X
@ 2012-06-04 20:40 Dirk Hörner
  2012-06-04 20:40 ` [PATCH 1/6] kbuild: Use Elfnn_Half as replacement for Elfnn_Section Dirk Hörner
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Dirk Hörner @ 2012-06-04 20:40 UTC (permalink / raw)
  To: barebox

Hi all,

this patch series adds support to cross-compile barebox on Mac OS X. Please
review as I am quite unsure as to whether I have found the best solutions
to some of the problems, especially patch two and three.

The first patch was cherry-picked from Linux.

I tested this series on Max OS X 10.6.8 using the yagarto ARM toolchain[1].

Ciao,
Dirk

[1]: http://www.yagarto.de/

Dirk Hörner (5):
  make: use wc -c instead of stat -c%s to get file sizes
  make: check for greadlink first, fall back to readlink
  hostcc tools: include "compiler.h", fix included headers
  scripts/compiler.h: fixup endianess defines on OS X
  scripts/genenv: always pass template to mktemp

Sam Ravnborg (1):
  kbuild: Use Elfnn_Half as replacement for Elfnn_Section

 Makefile              |    2 +-
 common/Makefile       |    6 ++++--
 include/envfs.h       |    2 ++
 include/image.h       |    2 +-
 scripts/Makefile.lib  |    2 +-
 scripts/bareboxenv.c  |    2 ++
 scripts/compiler.h    |    3 +++
 scripts/genenv        |    2 +-
 scripts/mod/modpost.h |    4 ++--
 9 files changed, 17 insertions(+), 8 deletions(-)

-- 
1.7.10.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2012-06-05 21:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-04 20:40 [PATCH 0/6] Support cross-compiling on Mac OS X Dirk Hörner
2012-06-04 20:40 ` [PATCH 1/6] kbuild: Use Elfnn_Half as replacement for Elfnn_Section Dirk Hörner
2012-06-04 20:40 ` [PATCH 2/6] make: use wc -c instead of stat -c%s to get file sizes Dirk Hörner
2012-06-05  2:49   ` Jean-Christophe PLAGNIOL-VILLARD
2012-06-05 19:43     ` Sascha Hauer
2012-06-05 21:15     ` Dirk Hörner
2012-06-04 20:40 ` [PATCH 3/6] make: check for greadlink first, fall back to readlink Dirk Hörner
2012-06-05  8:56   ` Michael Olbrich
2012-06-04 20:40 ` [PATCH 4/6] hostcc tools: include "compiler.h", fix included headers Dirk Hörner
2012-06-04 20:40 ` [PATCH 5/6] scripts/compiler.h: fixup endianess defines on OS X Dirk Hörner
2012-06-04 20:40 ` [PATCH 6/6] scripts/genenv: always pass template to mktemp Dirk Hörner
2012-06-05 19:42 ` [PATCH 0/6] Support cross-compiling on Mac OS X Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox