public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] improve build for UNIX like non GNU platforms
@ 2011-07-19 20:41 Jeroen Hofstee
  2011-07-19 20:41 ` [U-Boot] [PATCH 1/3] include/compiler.h: typedef ulong for FreeBSD Jeroen Hofstee
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Jeroen Hofstee @ 2011-07-19 20:41 UTC (permalink / raw)
  To: u-boot

The sed changes can be tested with GNU sed by sed --posix.
Tested on FreeBSD / Ubuntu.

For completeness, building with the FreeBSD arm bootstrap compiler 
needs some non u-boot related changes:
+ gcc doesn't support the -print-file-name=include, and the correct
  path needs to added manually.
+ linking fails since it also needs libc.a. Just add -lc.

Jeroen Hofstee (3):
  include/compiler.h: typedef ulong for FreeBSD
  mkconfig: create CONFIG_ defines without relying on GNU extensions
  rules.mk: replace GNU specific \w with POSIX equivalant

 include/compiler.h |    2 +-
 mkconfig           |    2 +-
 rules.mk           |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2011-07-28 19:18 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-19 20:41 [U-Boot] [PATCH 0/3] improve build for UNIX like non GNU platforms Jeroen Hofstee
2011-07-19 20:41 ` [U-Boot] [PATCH 1/3] include/compiler.h: typedef ulong for FreeBSD Jeroen Hofstee
2011-07-28 19:17   ` Wolfgang Denk
2011-07-19 20:41 ` [U-Boot] [PATCH 2/3] mkconfig: create CONFIG_ defines without relying on GNU extensions Jeroen Hofstee
2011-07-19 21:03   ` Mike Frysinger
2011-07-19 21:28     ` Jeroen Hofstee
2011-07-19 21:38       ` Mike Frysinger
2011-07-19 22:05         ` Jeroen Hofstee
2011-07-19 22:57   ` Marek Vasut
2011-07-19 23:03     ` Mike Frysinger
2011-07-19 23:09     ` Jeroen Hofstee
2011-07-19 20:41 ` [U-Boot] [PATCH 3/3] rules.mk: replace GNU specific \w with POSIX equivalant Jeroen Hofstee
2011-07-28 19:18   ` Wolfgang Denk
2011-07-20 18:38 ` [U-Boot] [PATCH v2 0/3] improve build for UNIX like non GNU platforms Jeroen Hofstee
2011-07-20 18:38   ` [U-Boot] [PATCH v2 3/3] mkconfig: also create CONFIG defines with BSD sed Jeroen Hofstee
2011-07-20 20:08     ` Mike Frysinger
2011-07-28 19:18     ` Wolfgang Denk

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