Update of /cvsroot/linux-vax/www/htdocs/docs
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv31573
Modified Files:
README
Log Message:
- Fix typo (uclibx -> uclibc). Thanks to James W. Laferriere.
Index: README
===================================================================
RCS file: /cvsroot/linux-vax/www/htdocs/docs/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- README 12 Nov 2005 13:26:57 -0000 1.6
+++ README 18 Mar 2007 21:52:09 -0000 1.7
@@ -130,8 +130,8 @@
the cross-compiler binaries in your $PATH. Then you can configure and
build the kernel:
- make ARCH=vax CROSS_COMPILE=vax-linux-uclibx- menuconfig
- make ARCH=vax CROSS_COMPILE=vax-linux-uclibx- mopboot
+ make ARCH=vax CROSS_COMPILE=vax-linux-uclibc- menuconfig
+ make ARCH=vax CROSS_COMPILE=vax-linux-uclibc- mopboot
If you observe anything that doesn't compile or work properly, please
drop us an email! We'll try to fix that as soon as possible.
|