diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-05 16:04:35 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-05 16:04:35 +0000 |
commit | fc297ba47e780c3659434d04f3c299b705154d5f (patch) | |
tree | 58dfc5ee74e362893bdf95464af37e5c1590c0d8 /gcc | |
parent | f097fe9c0f882cc4d828971fdbedb52657e3b53f (diff) | |
download | gcc-fc297ba47e780c3659434d04f3c299b705154d5f.tar.gz |
2006-12-05 H.J. Lu <hongjiu.lu@intel.com>
* config.host: Remove extra blank line.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119544 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.host | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1dd2bc90daa..935e4bfd783 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 be6e3bf5143..8e6119ba10b 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 ;; |