From 94b17c6a3c26dee2696d1116ab2e964959d9e56c Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 8 Sep 2006 17:44:42 +0000 Subject: add romcc manpage from Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2401 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/romcc/romcc.1 | 243 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 util/romcc/romcc.1 (limited to 'util/romcc') diff --git a/util/romcc/romcc.1 b/util/romcc/romcc.1 new file mode 100644 index 0000000000..5e524719b2 --- /dev/null +++ b/util/romcc/romcc.1 @@ -0,0 +1,243 @@ +.\" Copyright (C) 2006 Uwe Hermann . +.\" This manpage is licensed under the terms of the GNU GPL. +.TH ROMCC 1 "September 7, 2006" +.SH NAME +romcc \- compile C programs into binaries that don't use any RAM +.SH SYNOPSIS +.B romcc +.BR [ OPTIONS ] +.IR "" ".c" +.SH DESCRIPTION +.B romcc +is a C compiler which produces binaries which do not rely on RAM, but +instead only use CPU registers. +.br +It is prominently used in the LinuxBIOS project to compile C code which +needs to run before the (Linux)BIOS has initialized the RAM, but can be +used for other purposes, too. +.SH OPTIONS +.B "\-o" +Output file name. +.PP +.B "\-f