This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configure failed for --host=hppa64-hp-hpux11.11


I've checked the attached in to current GDB (http://sources.redhat.com/gdb/current) If you can confirm that it fixes your problem, I can pull it into the 5.2 branch for 5.2.1.

Andrew

2002-06-26  Andrew Cagney  <ac131313@redhat.com>

	* gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
	gdb.threads-hp.
	* gdb.hp/configure: Regenerate.
	* gdb.hp/gdb.threads-hp/configure.in: Delete file.
	* gdb.hp/gdb.threads-hp/configure: Delete file.
	* gdb.hp/gdb.threads-hp/Makefile.in: Delete file.

Index: gdb.hp/configure.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.hp/configure.in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 configure.in
--- gdb.hp/configure.in	16 Aug 1999 19:55:52 -0000	1.1.1.1
+++ gdb.hp/configure.in	27 Jun 2002 03:53:13 -0000
@@ -12,6 +12,6 @@
 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../../..)
 AC_CANONICAL_SYSTEM
 
-AC_CONFIG_SUBDIRS(gdb.aCC gdb.base-hp gdb.compat gdb.defects gdb.objdbg gdb.threads-hp)
+AC_CONFIG_SUBDIRS(gdb.aCC gdb.base-hp gdb.compat gdb.defects gdb.objdbg)
 
 AC_OUTPUT(Makefile)

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