X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gold%2Fconfigure.ac;h=695a2fdcc79152c27487fb759ad0e6b5e7ee5bc5;hb=4670103e86f59a80259fd593a6949d693382e536;hp=94cae313d0e890ad6879127365c76276ff794982;hpb=918357b9556c9eaf81129ea6691bb6e461e80f86;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/configure.ac b/gold/configure.ac index 94cae313d0..695a2fdcc7 100644 --- a/gold/configure.ac +++ b/gold/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2006-2015 Free Software Foundation, Inc. +dnl Copyright (C) 2006-2016 Free Software Foundation, Inc. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -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])