This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PA64 linker patch



This enables the PA64 ELF Linker when configured for hppa*64-*-*.

        * configure.tgt (hppa*64*-*-*): Enable PA64 target.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.28
diff -c -3 -p -r1.28 configure.tgt
*** configure.tgt	2000/04/25 17:21:28	1.28
--- configure.tgt	2000/05/18 16:47:38
*************** m68*-hp*-netbsd*)	targ_emul=m68k4knbsd ;
*** 203,209 ****
  m68*-*-netbsd*)		targ_emul=m68knbsd ;;
  m68*-*-psos*)		targ_emul=m68kpsos ;;
  m68*-*-rtems*)		targ_emul=m68kcoff ;;
! #hppa*w*-*)		targ_emul=elf64hppa ;;
  hppa*-*-*elf*)		targ_emul=hppaelf ;;
  hppa*-*-linux-gnu*)	targ_emul=hppaelf ;;
  hppa*-*-lites*)		targ_emul=hppaelf ;;
--- 203,209 ----
  m68*-*-netbsd*)		targ_emul=m68knbsd ;;
  m68*-*-psos*)		targ_emul=m68kpsos ;;
  m68*-*-rtems*)		targ_emul=m68kcoff ;;
! hppa*64*-*)		targ_emul=elf64hppa ;;
  hppa*-*-*elf*)		targ_emul=hppaelf ;;
  hppa*-*-linux-gnu*)	targ_emul=hppaelf ;;
  hppa*-*-lites*)		targ_emul=hppaelf ;;



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]