2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-23 14:21:20 +08:00

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
This commit is contained in:
H.J. Lu 2006-12-05 16:04:35 +00:00 committed by H.J. Lu
parent 08bac9d89c
commit 3b8aab767b
2 changed files with 6 additions and 3 deletions

@ -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

@ -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
;;