coreboot-kgpe-d16/util/romcc
Patrick Georgi 26774f2b72 Make the kconfig-style build work in mingw:
* use relative paths in ldscript.ld and crt0_includes.h
* avoid use of dd(1) in xcompile
* build libregex for kconfig, if necessary
* work around missing utsname on win32
* unlink targets before rename on win32
* implement (crude) mkstemp for win32
* avoid open/read/close, use fopen/fread/fclose instead
* don't free certain data structures in romcc on win32 to
  avoid crashes (likely use-after-free())
* handle "\CRLF" and win32 style absolute paths (X:/ or X:\)
  in romcc
* make lzma (part of cbfstool) build on XP
* implement ntohl/htonl on win32
* handle CRLF in awk script
* set larger stack for romcc on win32

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4952 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-11-21 19:54:02 +00:00
..
results Undoing all HDAMA commits from LNXI from r2005->2003 2005-08-10 15:16:44 +00:00
tests This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
COPYING Updating FSF address in the code. 2005-10-05 18:17:45 +00:00
Makefile eric patch 2005-07-08 02:49:49 +00:00
do_tests.sh - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
romcc.1 Rename almost all occurences of LinuxBIOS to coreboot. 2008-01-18 15:08:58 +00:00
romcc.c Make the kconfig-style build work in mingw: 2009-11-21 19:54:02 +00:00
tests.sh eric patch 2005-07-08 02:49:49 +00:00