This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

libstdc++-v3 typo



Found this while working on the long long IO stuff for hpux.  Tested on
hpux11 (hpux10 testing will be finished shortly).


	* configure.target: Fix typo in hpux case.

Index: configure.target
===================================================================
RCS file: /cvs/cvsfiles/devo/libstdc++-v3/configure.target,v
retrieving revision 1.13.12.1
diff -c -3 -p -r1.13.12.1 configure.target
*** configure.target	2001/12/20 22:19:46	1.13.12.1
--- configure.target	2001/12/22 00:31:29
*************** case "${target_os}" in
*** 104,110 ****
    solaris2.7* | solaris2.8*)
      os_include_dir="config/os/solaris/solaris2.7"
      ;;
!   hpux)
      os_include_dir="config/os/hpux"
      ;;
    *)
--- 104,110 ----
    solaris2.7* | solaris2.8*)
      os_include_dir="config/os/solaris/solaris2.7"
      ;;
!   hpux*)
      os_include_dir="config/os/hpux"
      ;;
    *)





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