diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:46:43 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:46:43 -0700 |
commit | 995da1ffa716fb748cc6a664e81843e751270b45 (patch) | |
tree | 6a4b758b90d7f7c1bb03bbc0772b16c902338aa6 /ld/configure.host | |
parent | 43e65147c07b1400ae0dbb6694882eceb2363713 (diff) | |
download | binutils-995da1ffa716fb748cc6a664e81843e751270b45.zip binutils-995da1ffa716fb748cc6a664e81843e751270b45.tar.gz binutils-995da1ffa716fb748cc6a664e81843e751270b45.tar.bz2 |
Remove trailing spaces in ld
Diffstat (limited to 'ld/configure.host')
-rw-r--r-- | ld/configure.host | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/configure.host b/ld/configure.host index 2045733..83f666c 100644 --- a/ld/configure.host +++ b/ld/configure.host @@ -9,12 +9,12 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING3. If not see # <http://www.gnu.org/licenses/>. @@ -180,7 +180,7 @@ i[3-7]86-*-mingw*) #We only support msvcrt.dll, crtid == 2. HOSTING_CRT0='/mingw/lib/crt2.o' HOSTING_LIBS='-L/mingw/lib -lmingw32 -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 -lmingw32 -lmoldname -lmingwex -lmsvcrt `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi`' - ;; + ;; mips*-sgi-irix4* | mips*-sgi-irix5*) HOSTING_CRT0=/usr/lib/crt1.o |