Sync bootstrap-lto.mk and dfp.m4 with gcc.
[deliverable/binutils-gdb.git] / gold / configure.tgt
index b4ef3763269edd115112558b18c626d96bc3ac90..0f3b1c3143837226e51a4cd553d75fdfb843cab9 100644 (file)
@@ -104,6 +104,22 @@ powerpc64-*)
   targ_big_endian=true
   targ_extra_big_endian=false
   ;;
+armeb*-*-*|armbe*-*-*)
+ targ_obj=arm
+ targ_extra_obj=arm-reloc-property
+ targ_machine=EM_ARM
+ targ_size=32
+ targ_big_endian=true
+ targ_extra_big_endian=false
+ ;;
+arm*-*-*)
+ targ_obj=arm
+ targ_extra_obj=arm-reloc-property
+ targ_machine=EM_ARM
+ targ_size=32
+ targ_big_endian=false
+ targ_extra_big_endian=true
+ ;;
 *)
   targ_obj=UNKNOWN
   ;;
This page took 0.023013 seconds and 4 git commands to generate.