OSDN Git Service

2006-12-05 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Dec 2006 16:04:35 +0000 (16:04 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Dec 2006 16:04:35 +0000 (16:04 +0000)
* config.host: Remove extra blank line.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119544 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.host

index 1dd2bc9..935e4bf 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 be6e3bf..8e6119b 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
     ;;