diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1dd2bc90daaa..935e4bfd7834 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-12-05 H.J. Lu + + * config.host: Remove extra blank line. + 2006-12-05 Bernd Schmidt * config.host (i[34567]86-*-*, x86-64-*-*): Use driver-i386.o only if diff --git a/gcc/config.host b/gcc/config.host index be6e3bf5143e..8e6119ba10b2 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 ;;