From: Anas Nashif Date: Tue, 30 Oct 2012 19:43:42 +0000 (-0700) Subject: enable targets gold X-Git-Tag: accepted/tizen/3.0.2014.q4/common/20150226.105857~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebc404af09b9e864808f2bb373580ecd61d5459b;p=platform%2Fupstream%2Fbinutils.git enable targets gold --- diff --git a/gold/configure b/gold/configure index 7d7b849..6cae261 100755 --- a/gold/configure +++ b/gold/configure @@ -3402,7 +3402,8 @@ for targ in $target $canon_targets; do . ${srcdir}/configure.tgt if test "$targ_obj" = "UNKNOWN"; then - as_fn_error "\"unsupported target $targ\"" "$LINENO" 5 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"unsupported target $targ\"" >&5 +$as_echo "$as_me: WARNING: \"unsupported target $targ\"" >&2;} else targetobjs="$targetobjs ${targ_obj}.\$(OBJEXT)" if test "$targ_extra_obj" != ""; then