[LinuxBIOS] r2383 - trunk/LinuxBIOSv2/documentation

svn at openbios.org svn at openbios.org
Wed Aug 23 12:52:12 CEST 2006


Author: stepan
Date: 2006-08-23 12:52:12 +0200 (Wed, 23 Aug 2006)
New Revision: 2383

Modified:
   trunk/LinuxBIOSv2/documentation/LinuxBIOS-AMD64.tex
Log:
fix special chars in document.


Modified: trunk/LinuxBIOSv2/documentation/LinuxBIOS-AMD64.tex
===================================================================
--- trunk/LinuxBIOSv2/documentation/LinuxBIOS-AMD64.tex	2006-08-22 13:21:39 UTC (rev 2382)
+++ trunk/LinuxBIOSv2/documentation/LinuxBIOS-AMD64.tex	2006-08-23 10:52:12 UTC (rev 2383)
@@ -148,7 +148,7 @@
 
 { \small
 \begin{verbatim}
-% cvs update ­Pd
+% cvs update -Pd
 \end{verbatim}
 }
 
@@ -330,7 +330,7 @@
 quotation marks: 
 
 \begin{verbatim}
-        default CC="gcc ­m32"
+        default CC="gcc -m32"
 \end{verbatim}
 
 \item \begin{verbatim}option\end{verbatim}
@@ -407,7 +407,7 @@
 \item \begin{verbatim}CC\end{verbatim}
 
 Target C Compiler. Default is \texttt{\$(CROSS\_COMPILE)gcc}. Set to
-\texttt{gcc ­m32} for compiling AMD64 LinuxBIOS images on an AMD64 
+\texttt{gcc -m32} for compiling AMD64 LinuxBIOS images on an AMD64 
 machine.
 
 \item \begin{verbatim}CONFIG_CHIP_CONFIGURE \end{verbatim}
@@ -552,12 +552,12 @@
 \begin{verbatim}
 makerule ./auto.E
         depends "$(MAINBOARD)/auto.c option_table.h ./romcc"
-        action "./romcc -E -mcpu=k8 -O2 ­I$(TOP)/src -I. $(CPPFLAGS) \
+        action "./romcc -E -mcpu=k8 -O2 -I$(TOP)/src -I. $(CPPFLAGS) \
 		$(MAINBOARD)/auto.c -o $@"
 end
 makerule ./auto.inc
         depends "$(MAINBOARD)/auto.c option_table.h ./romcc"
-        action "./romcc    -mcpu=k8 -O2 ­I$(TOP)/src -I. $(CPPFLAGS) \
+        action "./romcc    -mcpu=k8 -O2 -I$(TOP)/src -I. $(CPPFLAGS) \
                 $(MAINBOARD)/auto.c -o $@"
 end
 \end{verbatim}





More information about the coreboot mailing list