aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2006-12-05 16:04:35 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2006-12-05 08:04:35 -0800
commit3b8aab767b942e122caf583493d7cd858c091cde (patch)
tree58dfc5ee74e362893bdf95464af37e5c1590c0d8
parent08bac9d89c02684a2b51bfb8e2e59eef63b87436 (diff)
downloadgcc-3b8aab767b942e122caf583493d7cd858c091cde.zip
gcc-3b8aab767b942e122caf583493d7cd858c091cde.tar.gz
gcc-3b8aab767b942e122caf583493d7cd858c091cde.tar.bz2
config.host: Remove extra blank line.
2006-12-05 H.J. Lu <hongjiu.lu@intel.com> * config.host: Remove extra blank line. From-SVN: r119544
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.host5
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1dd2bc9..935e4bf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config.host: Remove extra blank line.
+
2006-12-05 Bernd Schmidt <bernd.schmidt@analog.com>
* config.host (i[34567]86-*-*, x86-64-*-*): Use driver-i386.o only if
diff --git a/gcc/config.host b/gcc/config.host
index be6e3bf..8e6119b 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -100,9 +100,8 @@ case ${host} in
case ${target} in
i[34567]86-*-* \
| x86_64-*-* )
-
- host_extra_gcc_objs="driver-i386.o"
- host_xmake_file="${host_xmake_file} i386/x-i386"
+ host_extra_gcc_objs="driver-i386.o"
+ host_xmake_file="${host_xmake_file} i386/x-i386"
;;
esac
;;