diff options
| author | Glenn Morris | 2008-02-06 08:01:38 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-06 08:01:38 +0000 |
| commit | ebd377fbe2e9c86ce657543e02d2cf4404db7801 (patch) | |
| tree | c53793b26693a6c57f6c32ccbd8d44b7a041ca3a | |
| parent | c42e773e81e349cd278c2b83ff67c0beb9896ba5 (diff) | |
| download | emacs-ebd377fbe2e9c86ce657543e02d2cf4404db7801.tar.gz emacs-ebd377fbe2e9c86ce657543e02d2cf4404db7801.zip | |
Mention that gcc is the default compiler.
| -rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -388,7 +388,7 @@ before running `configure'. CPP is the command which invokes the | |||
| 388 | preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are | 388 | preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are |
| 389 | compilation options, LDFLAGS are options used when linking, LIBS are | 389 | compilation options, LDFLAGS are options used when linking, LIBS are |
| 390 | libraries to link against, and CC is the command which invokes the | 390 | libraries to link against, and CC is the command which invokes the |
| 391 | compiler. | 391 | compiler. By default, gcc is used if available. |
| 392 | 392 | ||
| 393 | Here's an example of a `configure' invocation, assuming a Bourne-like | 393 | Here's an example of a `configure' invocation, assuming a Bourne-like |
| 394 | shell such as Bash, which uses these variables: | 394 | shell such as Bash, which uses these variables: |