diff options
author | Glenn Morris <rgm@gnu.org> | 2008-02-06 08:01:38 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-02-06 08:01:38 +0000 |
commit | 5167e340470adb31ed36f621a342c0f4891f793d (patch) | |
tree | c7bffa397e5e0edba85bd95007680aa9c19e7e1a /INSTALL | |
parent | 481f9ad5d8c6b877ed5302895d45c75deed109f9 (diff) | |
download | emacs-5167e340470adb31ed36f621a342c0f4891f793d.tar.gz |
Mention that gcc is the default compiler.
Diffstat (limited to 'INSTALL')
-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 preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are compilation options, LDFLAGS are options used when linking, LIBS are libraries to link against, and CC is the command which invokes the -compiler. +compiler. By default, gcc is used if available. Here's an example of a `configure' invocation, assuming a Bourne-like shell such as Bash, which uses these variables: |