about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-03-13 15:01:15 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-03-13 15:01:15 +0000
commitacd6e389122b39c1d4b37e739ef4e6676e706ce5 (patch)
tree083bb3def4bc8336caf6e23c49fa63ad533fc8a1
parent6f918f367a40b2fceaaed6f9ae6aea18b52b2205 (diff)
downloadglibc-acd6e389122b39c1d4b37e739ef4e6676e706ce5.tar.gz
glibc-acd6e389122b39c1d4b37e739ef4e6676e706ce5.tar.xz
glibc-acd6e389122b39c1d4b37e739ef4e6676e706ce5.zip
Regenerate INSTALL.
-rw-r--r--ChangeLog4
-rw-r--r--INSTALL2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f0a9324b9..792fdb8298 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-13  Joseph Myers  <joseph@codesourcery.com>
+
+	* INSTALL: Regenerated.
+
 2014-03-13  Will Newton  <will.newton@linaro.org>
 
 	* manual/setjmp.texi (System V contexts): Improve
diff --git a/INSTALL b/INSTALL
index bfa692de6a..f845940e3e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -154,7 +154,7 @@ will be used, and CFLAGS sets optimization options for the compiler.
 
      If you only specify `--host', `configure' will prepare for a
      native compile but use what you specify instead of guessing what
-     your system is. This is most useful to change the CPU submodel.
+     your system is.  This is most useful to change the CPU submodel.
      For example, if `configure' guesses your machine as
      `i686-pc-linux-gnu' but you want to compile a library for 586es,
      give `--host=i586-pc-linux-gnu' or just `--host=i586-linux' and add