coreboot-kgpe-d16/util/romcc
Patrick Georgi a84a99b994 Various fixes to the tree to get coreboot-v2 to build on Solaris
- Replace $(PWD) with $(CURDIR) in Makefiles. I don't know why
  the Solaris version behaves differently, but CURDIR is a safe
  choice on gnu make (and we require gnu make already)
- Use tail -1 instead of tail -n1 in a file that already relies on
  tail -1 support in another place
- Use tail -1 as alternative to tail -n1 in another place
- Use #define for ulong_t in romcc, as that name is used on Solaris
- Avoid fprinting a null pointer. The standard doesn't mandate that
  this is a special case, and Solaris doesn't implement it that way.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4305 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-05-26 14:03:51 +00:00
..
results Undoing all HDAMA commits from LNXI from r2005->2003 2005-08-10 15:16:44 +00:00
tests - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +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 Various fixes to the tree to get coreboot-v2 to build on Solaris 2009-05-26 14:03:51 +00:00
tests.sh eric patch 2005-07-08 02:49:49 +00:00