diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-10-30 12:43:42 -0700 |
---|---|---|
committer | Vyacheslav Barinov <v.barinov@samsung.com> | 2015-02-16 10:34:03 +0300 |
commit | ebc404af09b9e864808f2bb373580ecd61d5459b (patch) | |
tree | 0d14e5715b5838a8e6260027f220692bc0527b87 | |
parent | ce3613a5df7ce27a8a3247feb3a79c8c51ce4604 (diff) | |
download | binutils-ebc404af09b9e864808f2bb373580ecd61d5459b.tar.gz binutils-ebc404af09b9e864808f2bb373580ecd61d5459b.tar.bz2 binutils-ebc404af09b9e864808f2bb373580ecd61d5459b.zip |
enable targets gold
-rwxr-xr-x | gold/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/configure b/gold/configure index 7d7b849331b..6cae26196a0 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 |