diff options
author | K. Richard Pixley <rich@cygnus> | 1991-12-27 00:31:34 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-12-27 00:31:34 +0000 |
commit | 62ddb92b9f690e84676dec711d572e08e828446d (patch) | |
tree | cab2bf8e781f8a48fd0917b5ed343a68b82354b1 /cfg-paper.texi | |
parent | 7dac60862077e69709dece1c76655147f0336ceb (diff) | |
download | gdb-62ddb92b9f690e84676dec711d572e08e828446d.zip gdb-62ddb92b9f690e84676dec711d572e08e828446d.tar.gz gdb-62ddb92b9f690e84676dec711d572e08e828446d.tar.bz2 |
some changes suggested by rms
Diffstat (limited to 'cfg-paper.texi')
-rw-r--r-- | cfg-paper.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cfg-paper.texi b/cfg-paper.texi index 3f4d189..1e08f50 100644 --- a/cfg-paper.texi +++ b/cfg-paper.texi @@ -185,8 +185,8 @@ emulation environment on a sun4 such that programs built in a sun3 development environment actually run on the sun4. This technique is often used within individual programs to remedy deficiencies in the host operating system. For example, some operating systems do not provide -the @code{bcopy()} function and so it is emulated using the -@code{memset()} funtion. +the @code{bcopy} function and so it is emulated using the +@code{memcpy} funtion. Host environment simply refers to the environment in which the program will be built from the source. @@ -230,7 +230,7 @@ capable of one configuration at a time. Otherwise, a second configuration would write over the first. We've chosen to retain this behaviour so the @code{-subdirs} configuration option is necessary to get the new behaviour. The order of the arguments doesn't matter. -There should be exactly one argument without a leading '@minus{}' sign +There should be exactly one argument without a leading @samp{-} sign and that argument will be assumed to be the host name. From here on the examples will assume that you want to build the tools @@ -422,11 +422,11 @@ that you used the native development environment that came with your sun4 to bootstrap the Cygnus Support release and let's call the new development environment @emph{stage1}. -Why bother? Well, most people find that the Cygnus Support release -builds programs that run faster and take up less space than the native -development environments that came with their machines. Some people -didn't get development environments with their machines and some people -just like using the @sc{gnu} tools better than using other tools. +Why bother? Well, most people find that the @sc{gnu} development +environment builds programs that run faster and take up less space than +the native development environments that came with their machines. Some +people didn't get development environments with their machines and some +people just like using the @sc{gnu} tools better than using other tools. @cindex Stage2 While you're at it, if the @sc{gnu} tools produce better programs, maybe you |