This is the mail archive of the
binutils@sourceware.cygnus.com
mailing list for the binutils project.
PA64 linker patch
- To: binutils at sourceware dot cygnus dot com
- Subject: PA64 linker patch
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 18 May 2000 10:39:46 -0600
- Reply-To: law at cygnus dot com
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 ;;