aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-02-06 08:01:38 +0000
committerGlenn Morris2008-02-06 08:01:38 +0000
commitebd377fbe2e9c86ce657543e02d2cf4404db7801 (patch)
treec53793b26693a6c57f6c32ccbd8d44b7a041ca3a
parentc42e773e81e349cd278c2b83ff67c0beb9896ba5 (diff)
downloademacs-ebd377fbe2e9c86ce657543e02d2cf4404db7801.tar.gz
emacs-ebd377fbe2e9c86ce657543e02d2cf4404db7801.zip
Mention that gcc is the default compiler.
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 3c6d0e06b44..11faec25ef5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -388,7 +388,7 @@ before running `configure'. CPP is the command which invokes the
388preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are 388preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are
389compilation options, LDFLAGS are options used when linking, LIBS are 389compilation options, LDFLAGS are options used when linking, LIBS are
390libraries to link against, and CC is the command which invokes the 390libraries to link against, and CC is the command which invokes the
391compiler. 391compiler. By default, gcc is used if available.
392 392
393Here's an example of a `configure' invocation, assuming a Bourne-like 393Here's an example of a `configure' invocation, assuming a Bourne-like
394shell such as Bash, which uses these variables: 394shell such as Bash, which uses these variables: