This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] update doc/crosstool-howto.html


--builduserspace does not exist any longer.


diff -ur crosstool-0.28-rc13.org/doc/crosstool-howto.html crosstool-0.28-rc13/doc/crosstool-howto.html
--- crosstool-0.28-rc13.org/doc/crosstool-howto.html	2004-05-10 13:54:29.000000000 +0900
+++ crosstool-0.28-rc13/doc/crosstool-howto.html	2004-05-12 22:56:17.000000000 +0900
@@ -216,7 +216,7 @@
 <ul>
 <li>--nounpack, which means 'don't run getandbuild.sh'.  This is useful for quick reruns or when just testing.
 <li>--nobuild, which means 'don't run crosstool.sh'.  This is useful for when you just want to run regression tests.
-<li>--builduserspace, which means 'run ptx.sh'.  This is useful for when you need to build busybox for some reason,
+<li>--builduserland, which means 'run ptx.sh'.  This is useful for when you need to build busybox for some reason,
 e.g. if you want to run the regression tests, but the target's normal shell can't run against the new shared C libraries.
 <li>--notest, which means 'don't run crosstest.sh'.  This is useful for when you don't have a target to test on,
 or don't want to spend the time to test.  See <a href="crosstest-howto.html">crosstest-howto.html</a> for information about running the test 
suite.

----
Hideki IWAMOTO  h-iwamoto@kit.hi-ho.ne.jp


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]