From ebc404af09b9e864808f2bb373580ecd61d5459b Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 30 Oct 2012 12:43:42 -0700 Subject: [PATCH] enable targets gold --- gold/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.7.4