X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gold%2Fconfigure.ac;h=89f6c53b92270653baf517f7e979666c8d0faea1;hb=e79a4bad70029595e43cc536c0d1e60d5d6ee115;hp=94cae313d0e890ad6879127365c76276ff794982;hpb=6f97897dbef256a80fb08c561b7f447aacf4bdf1;p=external%2Fbinutils.git diff --git a/gold/configure.ac b/gold/configure.ac index 94cae31..89f6c53 100644 --- a/gold/configure.ac +++ b/gold/configure.ac @@ -204,6 +204,7 @@ for targ in $target $canon_targets; do AM_CONDITIONAL(DEFAULT_TARGET_I386, test "$targ_obj" = "i386") AM_CONDITIONAL(DEFAULT_TARGET_POWERPC, test "$targ_obj" = "powerpc") AM_CONDITIONAL(DEFAULT_TARGET_SPARC, test "$targ_obj" = "sparc") + AM_CONDITIONAL(DEFAULT_TARGET_S390, test "$targ_obj" = "s390") target_x86_64=no target_x32=no if test "$targ_obj" = "x86_64"; then @@ -331,6 +332,7 @@ AM_CONDITIONAL(FN_PTRS_IN_SO_WITHOUT_PIC, [ powerpc*) false;; x86_64) false;; sparc64) false;; + s390x) false;; *) true;; esac])