This is the mail archive of the gdb-cvs@sourceware.org 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]

[binutils-gdb] Remove HP-UX reference in testsuite/configure.ac


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bf401b072ea4eaff1af425df69f32cad8d52b57c

commit bf401b072ea4eaff1af425df69f32cad8d52b57c
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date:   Sun Dec 20 09:59:02 2015 -0500

    Remove HP-UX reference in testsuite/configure.ac
    
    gdb/testsuite/ChangeLog:
    
    	* configure.ac: Remove HP-UX case.
    	* configure: Regenerate.

Diff:
---
 gdb/testsuite/ChangeLog    | 5 +++++
 gdb/testsuite/configure    | 2 --
 gdb/testsuite/configure.ac | 2 --
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 3dd3104..126c3fd 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
+
+	* configure.ac: Remove HP-UX case.
+	* configure: Regenerate.
+
 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
 
 	* lib/gdb.exp (gdb_compile): Add function doc.
diff --git a/gdb/testsuite/configure b/gdb/testsuite/configure
index 0853e48..687e06d 100755
--- a/gdb/testsuite/configure
+++ b/gdb/testsuite/configure
@@ -2273,8 +2273,6 @@ else
       fi ;;
     darwin* | rhapsody*)
       RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
-    hpux*)
-      RPATH_ENVVAR=SHLIB_PATH ;;
   esac
 fi
 
diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac
index f7e9eea..c5271e4 100644
--- a/gdb/testsuite/configure.ac
+++ b/gdb/testsuite/configure.ac
@@ -77,8 +77,6 @@ else
       fi ;;
     darwin* | rhapsody*)
       RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
-    hpux*)
-      RPATH_ENVVAR=SHLIB_PATH ;;
   esac
 fi
 AC_SUBST(RPATH_ENVVAR)


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