1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

Mention that gcc is the default compiler.

This commit is contained in:
Glenn Morris 2008-02-06 08:01:38 +00:00
parent c42e773e81
commit ebd377fbe2

View File

@ -388,7 +388,7 @@ before running `configure'. CPP is the command which invokes the
preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are
compilation options, LDFLAGS are options used when linking, LIBS are compilation options, LDFLAGS are options used when linking, LIBS are
libraries to link against, and CC is the command which invokes the 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 Here's an example of a `configure' invocation, assuming a Bourne-like
shell such as Bash, which uses these variables: shell such as Bash, which uses these variables: