]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.host: Remove extra blank line.
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 5 Dec 2006 16:04:35 +0000 (16:04 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 5 Dec 2006 16:04:35 +0000 (08:04 -0800)
2006-12-05  H.J. Lu  <hongjiu.lu@intel.com>

* config.host: Remove extra blank line.

From-SVN: r119544

gcc/ChangeLog
gcc/config.host

index 1dd2bc90daaadcecdbbd2229da4c757ad7bbb81b..935e4bfd78340eb84b407e1386c233a5c49f8f74 100644 (file)
@@ -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
index be6e3bf5143efef3d8c61fa15f9a41d0d7ee8f0f..8e6119ba10b25415e127851a83e6d85b36f89d1f 100644 (file)
@@ -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
     ;;