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]

Re: ar rejects as-produced object on HP-UX 10.20


On Mon, Nov 29, 1999 at 01:32:48PM -0700, Jeffrey A Law wrote:
> It is only a work in progress for the ELF stuff.  The SOM support is rock
> solid.
> 
> Disabling the ELF stuff is certainly the right thing to do.
> 
> 

Alexandre, this is against binutils 2.9.5.0.21. I cannot test it since
it doesn't support cross compile from my OSes. Let me know if it works
for you.

Thanks.


H.J.
---
Mon Nov 29 17:07:38 1999  H.J. Lu  <hjl@gnu.org>

	* config.bfd (targmatch.h): Enable som_vec only.

---
Index: config.bfd
===================================================================
RCS file: /work/cvs/gnu/binutils/bfd/config.bfd,v
retrieving revision 1.12
diff -u -p -r1.12 config.bfd
--- config.bfd	1999/10/10 19:22:09	1.12
+++ config.bfd	1999/11/30 01:06:41
@@ -216,6 +216,13 @@ case "${targ}" in
     targ_selvecs=bfd_elf32_hppa_vec
     ;;
 #endif /* defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF) */
+#else
+#if defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF) || defined (HOST_HPPAMPEIX)
+  hppa*-*-bsd* | hppa*-*-hpux* | hppa*-*-hiux* | hppa*-*-mpeix* | \
+  hppa*-*-osf*)
+    targ_defvec=som_vec
+    ;;
+#endif /* defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF) */
 #endif
 
   i370-*-*) 

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