[U-Boot] [PATCH 0/3] improve build for UNIX like non GNU platforms
Jeroen Hofstee
jeroen at myspectrum.nl
Tue Jul 19 22:41:47 CEST 2011
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
More information about the U-Boot
mailing list