From 8c1451b2dc3c8b64da6eb45db166e91e180cd440 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 17 Aug 2003 23:05:55 +0000 Subject: More trailing whitespace fixes. --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 0711aae..3d28e94 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ several advantages for testing: followed by running ``make''. (MYHOSTTYPE is a name for your host computer, for instance "sun4". You can use the script ``config.sub'' to test whether -a name is recognized; if it is, config.sub translates it to a triplet +a name is recognized; if it is, config.sub translates it to a triplet specifying CPU, vendor, and OS.) This is used when you plan to configure and build in the source tree. @@ -46,19 +46,19 @@ default of /usr/local, use the --prefix option. configure MYHOSTYPE --prefix [PATH] -where PATH is the prefix used to install the programs. +where PATH is the prefix used to install the programs. The configure testing and building will use the native compiler "cc" on your host machine. To change which compiler gets used (like gcc) -set a the variable "CC" in your environment to point to it. +set a the variable "CC" in your environment to point to it. For csh users: "setenv CC gcc" For bourne shell users: "CC=gcc;export CC" - Then when you compile, use "make CC=$CC". + Then when you compile, use "make CC=$CC". See /usr/doc/dejagnu-$version/overview/book1.html or -/usr/doc/dejagnu-$version/overview.ps for for more details. +/usr/doc/dejagnu-$version/overview.ps for for more details. As DejaGnu is a Tcl program, there is little to build. However, the documentation is not built by default. Use these targets: -- cgit v1.1