enable targets gold
authorAnas Nashif <anas.nashif@intel.com>
Tue, 30 Oct 2012 19:43:42 +0000 (12:43 -0700)
committerChanho Park <chanho61.park@samsung.com>
Thu, 16 Oct 2014 07:47:39 +0000 (16:47 +0900)
gold/configure

index 7d7b849..6cae261 100755 (executable)
@@ -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