From ebd377fbe2e9c86ce657543e02d2cf4404db7801 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 6 Feb 2008 08:01:38 +0000 Subject: [PATCH] Mention that gcc is the default compiler. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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: -- 2.39.5