]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/configure.tgt
"backtrace full/no-filters/hide" completer
[thirdparty/binutils-gdb.git] / gold / configure.tgt
index a3cb34dafcbf3c63975e7e1e42a408b83d86e9fb..3e066edaa84784445126bdae6f19dcd8a409a7a3 100644 (file)
@@ -1,6 +1,6 @@
 # configure.tgt -- target configuration for gold  -*- sh -*-
 
-# Copyright (C) 2006-2015 Free Software Foundation, Inc.
+# Copyright (C) 2006-2019 Free Software Foundation, Inc.
 # Written by Ian Lance Taylor <iant@google.com>.
 
 # This file is part of gold.
@@ -167,6 +167,20 @@ mips*-*-*)
  targ_big_endian=true
  targ_extra_big_endian=false
  ;;
+s390-*-*)
+ targ_obj=s390
+ targ_machine=EM_S390
+ targ_size=32
+ targ_big_endian=true
+ targ_extra_big_endian=false
+ ;;
+s390x-*-*)
+ targ_obj=s390
+ targ_machine=EM_S390
+ targ_size=64
+ targ_big_endian=true
+ targ_extra_big_endian=false
+ ;;
 *)
   targ_obj=UNKNOWN
   ;;