ChangeLog rotatation and copyright year update
[deliverable/binutils-gdb.git] / gold / configure.tgt
index 93d622dea73a74df845d11332b9a2ad66ca07f12..a3cb34dafcbf3c63975e7e1e42a408b83d86e9fb 100644 (file)
@@ -1,6 +1,6 @@
 # configure.tgt -- target configuration for gold  -*- sh -*-
 
-# Copyright (C) 2006-2014 Free Software Foundation, Inc.
+# Copyright (C) 2006-2015 Free Software Foundation, Inc.
 # Written by Ian Lance Taylor <iant@google.com>.
 
 # This file is part of gold.
@@ -144,6 +144,15 @@ arm*-*-*)
  targ_big_endian=false
  targ_extra_big_endian=true
  ;;
+aarch64*-*)
+ targ_obj=aarch64
+ targ_extra_obj=aarch64-reloc-property
+ targ_machine=EM_AARCH64
+ targ_size=64
+ targ_extra_size=32
+ targ_big_endian=false
+ targ_extra_big_endian=true
+ ;;
 mips*el*-*-*|mips*le*-*-*)
  targ_obj=mips
  targ_machine=EM_MIPS_RS3_LE
This page took 0.024203 seconds and 4 git commands to generate.