X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=ld%2Fconfigure.host;h=f2a302c0fda8deb96331bda6af951121db1d8c05;hb=769553e65f6ea5829edab1e70fd54b058435d85f;hp=71f695d80aaf412e1b6a25a2415f478f6773ae78;hpb=b27caf75c311991772b316fe7c0eecfd5788eeaf;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/configure.host b/ld/configure.host index 71f695d80a..f2a302c0fd 100644 --- a/ld/configure.host +++ b/ld/configure.host @@ -3,18 +3,18 @@ # file lets us skip running autoconf when modifying host specific # information. # -# Copyright 2012 Free Software Foundation +# Copyright (C) 2012-2016 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # 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 # . @@ -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 @@ -254,5 +254,5 @@ fi # Provide default HOSTING_SLIBS. Each host should define a proper one # if needed. if test -z "$HOSTING_SLIBS"; then - HOSTING_SLIBS="$HOSTING_SLIBS" + HOSTING_SLIBS="$HOSTING_LIBS" fi